Search squid archive

RE: Squd - Dansguardian - Shorewall, Please Help!!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: justin.vogt@xxxxxxxxxxxxxx [mailto:justin.vogt@xxxxxxxxxxxxxx]
> Sent: Friday, September 30, 2005 6:32 AM
> To: squid-users@xxxxxxxxxxxxxxx
> Subject:  Squd - Dansguardian - Shorewall, Please Help!!
> 
> 

Problem described in good detail (intercepting proxy not working properly).  Cut for brevity.

> 
> Here is my squid.conf file
> 
> acl all src 0.0.0.0/0.0.0.0
> acl passport dstdomain .passport.com
> acl manager proto cache_object
> acl localhost src 127.0.0.1/255.255.255.255
> acl to_localhost dst 127.0.0.0/8
> acl Olivia src 10.x.x.x/255.255.255.0
> acl Bird src 10.x.x.x/255.255.255.0
> http_access allow Olivia
> http_access allow passport
> http_access allow Bird
> httpd_accel_host virtual
> httpd_accel_port 80
> httpd_accel_single_host on

This line looks suspicious...  If you are trying to cache multiple servers (the internet), you probably don't want httpd_accel_single_host on (see http://wiki.squid-cache.org/config/httpd_accel_single_host for what it does).  I don't know if this is the only problem (I haven't run with an intercepting proxy), but it's definitely _a_ problem.

> httpd_accel_with_proxy on
> httpd_accel_uses_host_header on
> acl SSL_ports port 443 563
> acl Safe_ports port 80          # http
> acl Safe_ports port 21          # ftp
> acl Safe_ports port 443 563     # https, snews
> acl Safe_ports port 70          # gopher
> acl Safe_ports port 210         # wais
> acl Safe_ports port 1025-65535  # unregistered ports
> acl Safe_ports port 280         # http-mgmt
> acl Safe_ports port 488         # gss-http
> acl Safe_ports port 591         # filemaker
> acl Safe_ports port 777         # multiling http
> acl Safe_ports port 80 21 443 563 70 210 1025-65535
> http_access deny !Safe_ports
> acl CONNECT method CONNECT
> no_cache deny !SSL_ports
> 
> I will be forever greatful to anyone that can help me out with this.
> TIA,
> 
> Justin Vogt
> BOLD Schools
> Technology Coordinator
> Justin.Vogt@xxxxxxxxxxxxxx
> (320)523-1031 ext.117
> 
> 
> 

Chris


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux