slitaz-forge rev 220

tank: add try.slitaz.org (just for testing)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 29 13:02:04 2012 +0200 (2012-03-29)
parents 583645e6eac9
children 828d04f8128f
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Wed Mar 28 18:52:06 2012 +0100
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Thu Mar 29 13:02:04 2012 +0200
     1.3 @@ -86,6 +86,17 @@
     1.4    index-file.names = ( "roadmap.cgi" )
     1.5  }
     1.6  
     1.7 +# try.slitaz.org (For testing)
     1.8 +#
     1.9 +$HTTP["host"] =~ "(try\.slitaz\.org$)" {
    1.10 +  server.document-root = "/home/slitaz/www/try"
    1.11 +  server.errorlog = "/var/log/lighttpd/try.slitaz.org-error.log"
    1.12 +  accesslog.filename = "/var/log/lighttpd/try.slitaz.org-access.log"
    1.13 +  cgi.assign = (
    1.14 +    ".cgi" => "/bin/sh"
    1.15 +  )
    1.16 +}
    1.17 +
    1.18  # cloud.slitaz.me
    1.19  #
    1.20  $HTTP["host"] =~ "cloud\.slitaz\.me$" {