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?

Author: WladyX on 19 December, 2008
Category: General

Leave a Reply

Last articles