slitaz-forge rev 545

tank: add piclass.org vhost
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 03:36:06 2014 +0200 (2014-05-04)
parents afff67bd94c0
children a4741d4d8fa5
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Sat May 03 12:11:03 2014 +0200
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Sun May 04 03:36:06 2014 +0200
     1.3 @@ -176,3 +176,15 @@
     1.4      )
     1.5    )
     1.6  }
     1.7 +
     1.8 +# piclass.org - PiClass project website
     1.9 +#
    1.10 +$HTTP["host"] =~ "piclass\.org$" {
    1.11 +  server.document-root = "/home/piclass/www"
    1.12 +  server.errorlog = "/var/log/lighttpd/piclass.org-error.log"
    1.13 +  accesslog.filename = "/var/log/lighttpd/piclass.org-access.log"
    1.14 +  index-file.names = ( "index.cgi" )
    1.15 +  cgi.assign = (
    1.16 +    ".cgi" => "/bin/sh"
    1.17 +  )
    1.18 +}