# HG changeset patch # User Christophe Lincoln # Date 1331850754 -3600 # Node ID 03ca13be914f70e773b3abaf022ddbb693f96123 # Parent f72f67d29c3da03ad31ef8a19efa3b0c0b642a7c Update AUTHORS diff -r f72f67d29c3d -r 03ca13be914f AUTHORS --- a/AUTHORS Thu Mar 15 21:54:09 2012 +0100 +++ b/AUTHORS Thu Mar 15 23:32:34 2012 +0100 @@ -2,3 +2,5 @@ Pascal Bellard Eric Joseph-Alexandre Paul Issott +Brenton Edgar Scott +Claudinei Pereira diff -r f72f67d29c3d -r 03ca13be914f chub/files/etc/lighttpd/vhosts.conf --- a/chub/files/etc/lighttpd/vhosts.conf Thu Mar 15 21:54:09 2012 +0100 +++ b/chub/files/etc/lighttpd/vhosts.conf Thu Mar 15 23:32:34 2012 +0100 @@ -13,11 +13,12 @@ # pizza.slitaz.me $HTTP["host"] =~ "^pizza\.slitaz\.me$" { - server.document-root = "/home/slitaz/pizza/www" + server.document-root = "/home/slitaz/pizza/web" server.errorlog = "/var/log/lighttpd/pizza.slitaz.me-error.log" accesslog.filename = "/var/log/lighttpd/pizza.slitaz.me-access.log" index-file.names = ( "pizza.cgi" ) cgi.assign = ( - ".cgi" => "/bin/sh" + ".cgi" => "/bin/sh", + ".py" => "/usr/bin/python" ) }