| 2 | | http_access allow all |
|---|
| 3 | | http_port 80 accel defaultsite=127.0.0.1 vhost vport |
|---|
| 4 | | cache_peer 127.0.0.1 parent 8088 0 no-query originserver |
|---|
| 5 | | cache_effective_user daemon |
|---|
| | 2 | acl manager proto cache_object |
|---|
| | 3 | acl localhost src 127.0.0.1/255.255.255.255 |
|---|
| | 4 | acl to_localhost dst 127.0.0.0/8 |
|---|
| | 5 | acl SSL_ports port 443 |
|---|
| | 6 | acl Safe_ports port 80 # http |
|---|
| | 7 | acl Safe_ports port 21 # ftp |
|---|
| | 8 | acl Safe_ports port 443 # https |
|---|
| | 9 | acl Safe_ports port 70 # gopher |
|---|
| | 10 | acl Safe_ports port 210 # wais |
|---|
| | 11 | acl Safe_ports port 1025-65535 # unregistered ports |
|---|
| | 12 | acl Safe_ports port 280 # http-mgmt |
|---|
| | 13 | acl Safe_ports port 488 # gss-http |
|---|
| | 14 | acl Safe_ports port 591 # filemaker |
|---|
| | 15 | acl Safe_ports port 777 # multiling http |
|---|
| | 16 | acl CONNECT method CONNECT |
|---|
| | 17 | |
|---|
| | 18 | http_port 80 accel defaultsite=jasmin.headcraft.de |
|---|
| | 19 | cache_peer 127.0.0.1 parent 8081 0 no-query originserver name=myAccel |
|---|
| | 20 | acl our_sites dstdomain jasmin.headcraft.de |
|---|
| | 21 | http_access allow our_sites |
|---|
| | 22 | cache_peer_access myAccel allow our_sites |
|---|
| | 23 | cache_peer_access myAccel deny all |
|---|
| | 24 | access_log /usr/local/squid/logs/access.log squid |
|---|
| | 25 | pipeline_prefetch on |
|---|