I tried: http_port 80 accel defaultsite=your.main.website and that did not allow squid to start when I tired: http_port 80 defaultsite=your.main.website without the "accel" it did work. Is this site wrong: http://wiki.squid-cache.org/SquidFaq/ReverseProxy -----Original Message----- From: Henrik Nordstrom [mailto:henrik@xxxxxxxxxxxxxxxxxxx] Sent: Wednesday, May 16, 2007 10:58 AM To: Brad Taylor Cc: squid-users@xxxxxxxxxxxxxxx Subject: RE: deny_info Question ons 2007-05-16 klockan 09:46 -0400 skrev Brad Taylor: > The Squid server is working in accelerator / reverse proxy mode. That is > working. Can't be working with that config. An http_port (or https_port) without any accelerator options won't accept web server requests, only proxy requests. And the error you see is because of this, not the deny_info.. > What is not working is the deny_info option. I need that to > work to redirect anyone coming from port 80 to be redirected to an https > address. As far as I can tell the deny_info option didn't change in 2.6. It didn't. The httpd_accel and http_port options did, significantly.. Regards Henrik