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

bootfloppybox: add grub
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 09 19:50:17 2008 +0000 (2008-04-09)
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 #}