2008 December 19

Lighttpd ip/port binding

$SERVER["socket"] == "192.168.1.2:80" {
server.document-root = "/home/lighttpd/theos.in/http"
server.errorlog = "/var/log/lighttpd/theos.in/error.log"
accesslog.filename = "/var/log/lighttpd/theos.in/access.log"
}

Lighttpd: How do I use more than two IP address (bind) for virtual hosting?

By WladyX on 19 December, 2008 | General | A comment?