Michael St. Laurent wrote:
I'm trying to run an Inbound and Outbound proxy on the same machine. The inbound is to serve OWA pages and I'm following the instructions in the Wiki (http://wiki.squid-cache.org/ConfigExamples/SquidAndOutlookWebAccess). If I try to start a separate process for the Inbound it complains that Squid is already running. If I try to merge the Inbound config into the same file as the Outbound config then the Outbound proxy stops working (browser gets error: Forwarding Denied - This cache will not forward your request because it is trying to enforce a sibling relationship.)
All current versions of Squid permit multiple http_port entries, and can be configured as multi-mode proxies.
All you need to do is place the OWA config at the top of squid.conf, drop the final "http_access deny all" from the OWA demo settings, then follow them up with a second section for the general outbound proxy settings.
Amos -- Please use Squid 2.7.STABLE1 or 3.0.STABLE6