slitaz-tools diff stuff/lighttpd/vhost.conf @ rev 208

calendar: no more hardcoded date
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 27 15:32:37 2008 +0000 (2008-05-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/stuff/lighttpd/vhost.conf	Tue May 27 15:32:37 2008 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +# /etc/lighttpd/vhost.conf: Virtual hosts configuration file.
     1.5 +#
     1.6 +
     1.7 +# Example.org
     1.8 +#
     1.9 +#$HTTP["host"] =~ "(^|\.)example\.org$" {
    1.10 +  #server.document-root = "/var/www/vhost/exemple.com/html"
    1.11 +  #server.errorlog = "/var/log/lighttpd/example.org-error.log"
    1.12 +  #accesslog.filename = "/var/log/lighttpd/example.org-access.log"
    1.13 +#}