slitaz-forge rev 256

tank: rm wiki it will be on pangolin with hg doc
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 09 20:30:57 2012 +0200 (2012-04-09)
parents 908b53a228bf
children 314355f7c6c5
files tank/files/etc/lighttpd/vhosts.conf
line diff
     1.1 --- a/tank/files/etc/lighttpd/vhosts.conf	Mon Apr 09 20:13:04 2012 +0200
     1.2 +++ b/tank/files/etc/lighttpd/vhosts.conf	Mon Apr 09 20:30:57 2012 +0200
     1.3 @@ -15,13 +15,22 @@
     1.4  #
     1.5  $HTTP["host"] =~ "(slitaz\.pro$|pro\.slitaz\.org$)" {
     1.6    server.document-root = "/home/slitaz/www/pro"
     1.7 -  server.errorlog = "/var/log/lighttpd/pro.slitaz.org-error.log"
     1.8 -  accesslog.filename = "/var/log/lighttpd/pro.slitaz.org-access.log"
     1.9 +  server.errorlog = "/var/log/lighttpd/slitaz.pro-error.log"
    1.10 +  accesslog.filename = "/var/log/lighttpd/slitaz.pro-access.log"
    1.11    cgi.assign = (
    1.12 +	".py" => "/usr/bin/python",
    1.13      ".cgi" => "/bin/sh"
    1.14    )
    1.15  }
    1.16  
    1.17 +# webmail.slitaz.pro
    1.18 +#
    1.19 +$HTTP["host"] =~ "(webmail\.slitaz\.pro$)" {
    1.20 +  server.document-root = "/home/slitaz/www/pro/webmail"
    1.21 +  server.errorlog = "/var/log/lighttpd/slitaz.pro-error.log"
    1.22 +  accesslog.filename = "/var/log/lighttpd/slitaz.pro-access.log"
    1.23 +}
    1.24 +
    1.25  # boot.slitaz.org
    1.26  #
    1.27  $HTTP["host"] =~ "boot\.slitaz\.org$" {
    1.28 @@ -110,18 +119,6 @@
    1.29    #index-file.names = ( "index.cgi" )
    1.30  }
    1.31  
    1.32 -# wiki.slitaz.org (To move content then install tinycm on doc.slitaz.org)
    1.33 -#
    1.34 -$HTTP["host"] =~ "(wiki\.slitaz\.org$)" {
    1.35 -  server.document-root = "/home/slitaz/www/wiki"
    1.36 -  server.errorlog = "/var/log/lighttpd/tank.slitaz.org-error.log"
    1.37 -  accesslog.filename = "/var/log/lighttpd/tank.slitaz.org-access.log"
    1.38 -  cgi.assign = (
    1.39 -    ".cgi" => "/bin/sh"
    1.40 -  )
    1.41 -  #index-file.names = ( "index.cgi" )
    1.42 -}
    1.43 -
    1.44  # cloud.slitaz.me
    1.45  #
    1.46  $HTTP["host"] =~ "cloud\.slitaz\.me$" {