I am using squid as a front end to Zope. I have 2 instances/Zservers running on port 1081 and 1082 on my localhost that I need to redirect request to. Currently, I have squid listening on port 80 w/ the httpd_accel_port option going to 1081. When I try to add another httpd_accel_port option (and http_port 81) like this, I get a "bungled" error concerning the httpd_accel. The websites are sharing the same IP (actually, they are cnames to the localhost). Am I doing this wrong? Any help would be greatly appreciated. #Default: # http_port 3128 http_port ctn-dev.dcri.duke.edu:80 http_port dcriweb-dev.dcri.duke.edu:81 httpd_accel_port ctn-dev.dcri.duke.edu 1080 httpd_accel_port dcriweb-dev.dcri.duke.edu 1081 =============================================== Thank you, Ingrid Lalik