On Thu, 26 Aug 2004, Rob Freeman wrote:
squid -f /usr/local/bin/production/squid.conf -N -u 8081
It comes back with this:
2004/08/26 09:55:06| Squid is already running! Process ID 3246
Has anyone been able to use 2 sessons of squid on 1 box?
You need to make sure the two configurations does not share any files
- Cache - Logs - PID file name
etc.
Most easily this is accomplished by installing Squid twice with different --prefix=, but it is possible by just specifying all the required path in squid.conf.
Regards Henrik
