wok annotate 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
rev   line source
pankso@24 1 # /etc/lighttpd/vhosts.conf : Virtual hosts configuration file.
pankso@24 2 #
pankso@24 3
pankso@24 4 # Example.org
pankso@24 5 #
pankso@24 6 #$HTTP["host"] =~ "(^|\.)example\.org$" {
pankso@24 7 #server.document-root = "/var/www/vhost/exemple.com/html"
pankso@24 8 #server.errorlog = "/var/log/lighttpd/example.org-error.log"
pankso@24 9 #accesslog.filename = "/var/log/lighttpd/example.org-access.log"
pankso@24 10 #}