Running multiple instances of lighttpd
Hello,
I need to run multiple instancess of lighty with different configuration files. Did some search but didn't find anything about it. I copied lighty init script and modified it:
changed the pid, and added the following line:
LIGHTY_OPTS="-f /etc/lighttpd/lighttpd1.conf"
However when trying to run lighttpd1 (the second instance of lighty) I get the following error:
(network.c.300) can't bind to port: 10.10.10.5 80 Address already in use.
This adress is in fact already in use by the first instance of lighty, however it should not try to bind to that adress as I added the following line to lighttpd1.conf :
server.bind = "10.10.10.6"
Could anyone tell me what I'm doing wrong?
With regards
|
Recent comments
1 day 3 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 13 hours ago
2 days 5 hours ago
2 days 5 hours ago
2 days 9 hours ago