slitaz-forge rev 142
Update AUTHORS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 15 23:32:34 2012 +0100 (2012-03-15) |
parents | f72f67d29c3d |
children | badc896c116d |
files | AUTHORS chub/files/etc/lighttpd/vhosts.conf |
line diff
1.1 --- a/AUTHORS Thu Mar 15 21:54:09 2012 +0100 1.2 +++ b/AUTHORS Thu Mar 15 23:32:34 2012 +0100 1.3 @@ -2,3 +2,5 @@ 1.4 Pascal Bellard <pascal.bellard@slitaz.org> 1.5 Eric Joseph-Alexandre <erjo@slitaz.org> 1.6 Paul Issott <paul@slitaz.org> 1.7 +Brenton Edgar Scott <trixarian@gmail.com> 1.8 +Claudinei Pereira <claudinei@slitaz.org>
2.1 --- a/chub/files/etc/lighttpd/vhosts.conf Thu Mar 15 21:54:09 2012 +0100 2.2 +++ b/chub/files/etc/lighttpd/vhosts.conf Thu Mar 15 23:32:34 2012 +0100 2.3 @@ -13,11 +13,12 @@ 2.4 2.5 # pizza.slitaz.me 2.6 $HTTP["host"] =~ "^pizza\.slitaz\.me$" { 2.7 - server.document-root = "/home/slitaz/pizza/www" 2.8 + server.document-root = "/home/slitaz/pizza/web" 2.9 server.errorlog = "/var/log/lighttpd/pizza.slitaz.me-error.log" 2.10 accesslog.filename = "/var/log/lighttpd/pizza.slitaz.me-access.log" 2.11 index-file.names = ( "pizza.cgi" ) 2.12 cgi.assign = ( 2.13 - ".cgi" => "/bin/sh" 2.14 + ".cgi" => "/bin/sh", 2.15 + ".py" => "/usr/bin/python" 2.16 ) 2.17 }