# HG changeset patch # User Christophe Lincoln # Date 1399167366 -7200 # Node ID 09d97469906e11ca2ed49931ef4b6ce87241437e # Parent afff67bd94c0c7c60f94eaf7e7e1aea589d2ed3a tank: add piclass.org vhost diff -r afff67bd94c0 -r 09d97469906e tank/files/etc/lighttpd/vhosts.conf --- a/tank/files/etc/lighttpd/vhosts.conf Sat May 03 12:11:03 2014 +0200 +++ b/tank/files/etc/lighttpd/vhosts.conf Sun May 04 03:36:06 2014 +0200 @@ -176,3 +176,15 @@ ) ) } + +# piclass.org - PiClass project website +# +$HTTP["host"] =~ "piclass\.org$" { + server.document-root = "/home/piclass/www" + server.errorlog = "/var/log/lighttpd/piclass.org-error.log" + accesslog.filename = "/var/log/lighttpd/piclass.org-access.log" + index-file.names = ( "index.cgi" ) + cgi.assign = ( + ".cgi" => "/bin/sh" + ) +}