Hello, I know it is possible to run multiple Varnish daemons on one server with the n option but why is it that I only see one daemon In my process list?
When I start a second daemon with the command described below I am getting no real error. jvanarra...@varnish:/var/log/varnish$ sudo /usr/sbin/varnishd -P /var/run/testjaap.pid -a <external IP>:80 -T localhost:6082 -f /etc/varnish/testjaap.vcl -s file,/export/varnish/cache/varnish_storage_testlukkien.bin,1G -w 75,2500,120 -n TESTJAAP WARNING: (-sfile) file size reduced to 22238003200 (80% of available disk space) NB: Storage size limited to 2GB on 32 bit architecture, NB: otherwise we could run out of address space. storage_file: filename: /export/varnish/cache/varnish_storage_testjaap.bin size 2047 MB. Using old SHMFILE I already have a daemon started but it seems that I can¹t start a second one. WORKING DAEMON: /usr/sbin/varnishd -P /var/run/jaap.pid -a <external IP>:80 -T localhost:6082 -f /etc/varnish/jaap.vcl -s file,/export/varnish/cache/varnish_storage.bin,2G -w 75,2500,120 -n JAAP Thank you in advance. Jaap
_______________________________________________ varnish-misc mailing list [email protected] http://lists.varnish-cache.org/mailman/listinfo/varnish-misc
