Changeset 3420

Show
Ignore:
Timestamp:
07/10/08 11:32:53 (6 months ago)
Author:
hans
Message:

Configuration for squid3.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/web/site/squid.conf

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