slitaz-tools view stuff/lighttpd/vhost.conf @ rev 79

Improved mountbox and add a fake history cmd
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 05 22:00:40 2008 +0100 (2008-03-05)
parents
children
line source
1 # /etc/lighttpd/vhost.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 #}