wok view lighttpd/stuff/etc/lighttpd/vhosts.conf @ rev 24

Add : lighttpd Web server with stuff
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 18 13:51:14 2007 +0100 (2007-12-18)
parents
children
line source
1 # /etc/lighttpd/vhosts.conf : Virtual hosts configuration file.
2 #
4 # Example.org
5 #
6 #$HTTP["host"] =~ "(^|\.)example\.org$" {
7 #server.document-root = "/var/www/vhost/exemple.com/html"
8 #server.errorlog = "/var/log/lighttpd/example.org-error.log"
9 #accesslog.filename = "/var/log/lighttpd/example.org-access.log"
10 #}