slitaz-modular rev 91

Added bugs.slitaz.org into vhosts for tank and local-tank.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 06 01:30:48 2011 +0000 (2011-05-06)
parents f6369bbaf51b
children c935060c9a6e
files initramfs/etc/lighttpd/vhosts-local-tank.conf initramfs/etc/lighttpd/vhosts-tank.conf
line diff
     1.1 --- a/initramfs/etc/lighttpd/vhosts-local-tank.conf	Fri May 06 01:27:18 2011 +0000
     1.2 +++ b/initramfs/etc/lighttpd/vhosts-local-tank.conf	Fri May 06 01:30:48 2011 +0000
     1.3 @@ -145,6 +145,23 @@
     1.4      )
     1.5  }
     1.6  
     1.7 +# bugs.slitaz.org
     1.8 +#
     1.9 +$HTTP["host"] =~ "bugs\.slitaz\.org$" {
    1.10 +  #cgi.assign = (
    1.11 +  #  ".cgi" => "/usr/bin/python"
    1.12 +  #)
    1.13 +  #server.document-root = "/home/slitaz/www/bugs"
    1.14 +  #url.rewrite-once = ( "(.*)" => "/roundup.cgi$1" )
    1.15 +
    1.16 +  #url.rewrite = ( "(.*)" => "/bugs$1" )
    1.17 +  proxy.server = ( "" => ((
    1.18 +      "host" => "127.0.0.1",
    1.19 +      "port" => "8917"
    1.20 +    ))
    1.21 +  )
    1.22 +}
    1.23 +
    1.24  # pizza.slitaz.org
    1.25  #
    1.26  $HTTP["host"] =~ "pizza\.slitaz\.org" {
     2.1 --- a/initramfs/etc/lighttpd/vhosts-tank.conf	Fri May 06 01:27:18 2011 +0000
     2.2 +++ b/initramfs/etc/lighttpd/vhosts-tank.conf	Fri May 06 01:30:48 2011 +0000
     2.3 @@ -181,6 +181,23 @@
     2.4    )
     2.5  }
     2.6  
     2.7 +# bugs.slitaz.org
     2.8 +#
     2.9 +$HTTP["host"] =~ "bugs\.slitaz\.org$" {
    2.10 +  #cgi.assign = (
    2.11 +  #  ".cgi" => "/usr/bin/python"
    2.12 +  #)
    2.13 +  #server.document-root = "/home/slitaz/www/bugs"
    2.14 +  #url.rewrite-once = ( "(.*)" => "/roundup.cgi$1" )
    2.15 +
    2.16 +  #url.rewrite = ( "(.*)" => "/bugs$1" )
    2.17 +  proxy.server = ( "" => ((
    2.18 +      "host" => "127.0.0.1",
    2.19 +      "port" => "8917"
    2.20 +    ))
    2.21 +  )
    2.22 +}
    2.23 +
    2.24  # These hosts are personnal website for me and my family, pankso.
    2.25  
    2.26