# HG changeset patch # User Christophe Lincoln # Date 1331787796 -3600 # Node ID 4fe4ff468c31c8012cae8515a9bbfafa45437c8d # Parent f15eebb6ecfd603da7a03e927abbb8c8ef382005 mirror: Fix iso vhost (again) diff -r f15eebb6ecfd -r 4fe4ff468c31 mirror/files/etc/lighttpd/vhosts.conf --- a/mirror/files/etc/lighttpd/vhosts.conf Thu Mar 15 05:55:39 2012 +0100 +++ b/mirror/files/etc/lighttpd/vhosts.conf Thu Mar 15 06:03:16 2012 +0100 @@ -228,7 +228,8 @@ accesslog.filename = "/var/log/lighttpd/iso.slitaz.org-access.log" include "awstats.conf" index-file.names += ( "cookiso.cgi" ) - cgi.assign = ( + cgi.assign += ( ".cgi" => "/bin/sh" ) } +