| captain Zod 2005-09-20, 5:56 pm |
| I looked at bunch of these problems here. They all pointed to the acl.
I have left mine wide open I still get the:
Access control configuration prevents your request from being allowed
at this time.
Here is my simple config:
visible_hostname cache1.mydomain.com
cache_effective_user squid squid
acl all src 0.0.0.0/0.0.0.0
acl localnet src 10.60.2.0/255.255.255.0
acl localhost src 127.0.0.1/255.255.255.255
#http_access allow localhost
#http_access allow localnet
#http_access deny all
http_access allow all
http_port 80
debug_options ALL,1
cache_mgr aroston@ifilm.com
httpd_accel_host 10.60.2.7
httpd_accel_port 80
httpd_accel_uses_host_header on
httpd_accel_with_proxy on
cache_dir ufs /usr/local/squid/var/cache 6000 16 256
|