I want to bind lighttpd on IP address 76.76.18.20, so i can use other IP’s for Apache, Apache have “Listen” option to bind apache to specific IP address.
vi /etc/lighttpd/lighttpd.conf
Find
#server.bind = "127.0.0.1"
Replace with
server.bind = "76.76.18.20"
See lighttpd
Leave a Reply