slitaz-forge view chub/files/etc/lighttpd/vhosts.conf @ rev 93

chub: add file vhosts.conf
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 08 09:42:28 2012 -0500 (2012-03-08)
parents
children bb18c95f87c8
line source
1 # /etc/lighttpd/vhosts.conf : Virtual hosts configuration file.
2 #
4 # chub.slitaz.org
5 $HTTP["host"] =~ "chub\.slitaz\.org$" {
6 server.document-root = "/home/slitaz/www/chub"
7 server.errorlog = "/var/log/lighttpd/chub.slitaz.org-error.log"
8 accesslog.filename = "/var/log/lighttpd/chub.slitaz.org-access.log"
9 cgi.assign = (
10 ".cgi" => "/bin/sh"
11 )
12 }