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

Serverbox: typos
author Paul Issott <paul@slitaz.org>
date Tue Oct 19 19:26:04 2010 +0000 (2010-10-19)
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 #}