PDA

View Full Version : Squid Access Denied


soverythirsty
2006-05-14, 04:24 PM CDT
I can't get squid, acting as a proxy, to give me anything other than the "Access Denied access controls prevent..." message, no matter what I do with the .conf file.

Here's the current incarnation:

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



SElinux is disabled...
FC5 firewall is disabled...
Yes, I did restart the service...


Why is this so freaking hard?