PDA

View Full Version : Squid Access Control - setup problem


soverythirsty
2006-05-14, 04:34 PM CDT
I thinough I had resolved this. I haven't.

No matter what I do, I get access denied...


squid.conf

http_port 80
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_dir ufs /var/spool/squid 500 16 256
ftp_user wwwuser@nowhere.net
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
http_access allow all
http_reply_access allow all
icp_access allow all
httpd_accel_host virtual


can anyone help?