slitaz-forge rev 122

chub: add testing vhost
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 15 03:51:49 2012 +0100 (2012-03-15)
parents d8d10204275f
children 03acf3081c6d
files chub/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/chub/files/etc/lighttpd/vhosts.conf	Wed Mar 14 14:27:27 2012 +0100
     1.2 +++ b/chub/files/etc/lighttpd/vhosts.conf	Thu Mar 15 03:51:49 2012 +0100
     1.3 @@ -10,3 +10,14 @@
     1.4      ".cgi" => "/bin/sh"
     1.5    )
     1.6  }
     1.7 +
     1.8 +# iso.slitaz.me
     1.9 +$HTTP["host"] =~ "iso\.slitaz\.me$" {
    1.10 +  server.document-root = "/home/slitaz/www/isome"
    1.11 +  server.errorlog = "/var/log/lighttpd/iso.slitaz.me-error.log"
    1.12 +  accesslog.filename = "/var/log/lighttpd/iso.slitaz.me-access.log"
    1.13 +  #index-file.names += ( "isome.cgi" )
    1.14 +  cgi.assign = (
    1.15 +    ".cgi" => "/bin/sh"
    1.16 +  )
    1.17 +}