This is a discussion on Re: [squid-users] ACLīs within the Squid Users forums, part of the Web Server and Related Forums category; alexander, i think squid can't read /root/http_perms because /root is usually accessible only to root. please try putting ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
alexander,
i think squid can't read /root/http_perms because /root is usually accessible only to root. please try putting it in a different folder where squid has access to. Messner, Alexander wrote: >Excuse me - Iīm a dumb man, but can anyone tell me whatīs wrong? With this configuration everyone has got access denied... >(Squid 2.4 Stable3). Please donīt answer that I should update Squid!!! > > >acl all src 0.0.0.0/0.0.0.0 >acl manager proto cache_object >acl localhost src 127.0.0.1/255.255.255.255 > >acl SSL_ports port 443 563 >acl Safe_ports port 80 >acl Safe_ports port 21 >acl Safe_ports port 443 563 >acl Safe_ports port 70 >acl Safe_ports port 210 >acl Safe_ports port 1024-65535 >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 CONNECT method CONNECT > >http_access allow manager localhost >http_access deny manager >http_access deny !Safe_ports >http_access deny CONNECT !SSL_ports > >acl http_perms src "/root/http_perms" >http_access allow http_perms >http_access deny all > > >************************************************* ********************* >This email and any files transmitted with it are confidential and >intended solely for the use of the individual or entity to whom they >are addressed. If you have received this email in error please notify >the system manager. > >This footnote also confirms that this email message has been swept by >Graffinity Pharmaceuticals AG for the presence of computer viruses. > >www.graffinity.com >************************************************* ********************* > > > > > |