Make sure you have the following in place! acl all src 0.0.0.0/0.0.0.0 acl localhost dst 127.0.0.1/255.255.255.255 acl origin_SEA dst 63.251.167.0/255.255.255.192 acl origin_ATL dst 64.95.53.0/255.255.255.192 acl acceleratedPort port 80 http_access allow all http_access allow localhost acceleratedPort http_reply_access allow all AND THESE! httpd_accel_single_host on httpd_accel_with_proxy off httpd_accel_uses_host_header off For clarity: are you getting a denied page from Squid or from Apache? -----Original Message----- From: admin@xxxxxxxxxxxxxx [mailto:admin@xxxxxxxxxxxxxx] Sent: Wednesday, February 15, 2006 5:10 PM To: squid-users@xxxxxxxxxxxxxxx Subject: DENIED using httpd acceleration hi, I just configured my web server to use squid's feature using httpd_acceleration, but incoming request to SQUID have been denied, i even use 'http_access allow all' but no luck.. ---->squid.conf http_port 80 http_accel_port 80 http_accel_host 127.0.0.1 --->httpd.conf Listen 127.0.0.1:80 So i tried different approach since i am using vhosts -->squid.conf http_port 80 http_accel_port 80 http_accel_host virtual --->httpd.conf Listen 127.0.0.1:80 NameVirtualHost 127.0.0.1:80 VirtualHost 127.0.0.1:80 so on and so forth.. But still i am denied... is there something i am missing? I have followed all on whats the SQUID FAQ, Thank you very much in advance who would like to help.. Sincerely, J.N. Nengasca -- All messages that are coming from this domain is certified to be virus and spam free. If ever you have received any virus infected content or spam, please report it to the internet administrator of this domain nats@xxxxxxxxxxxxxx