diff lighttpd/conf.d/cgi.conf @ 30:e8f3b7994d88

Port to Python 3. All scripts and modules have been ported to Python 3 and appear to work. Some changes to the lighttpd configuration were needed.
author John "Elwin" Edwards
date Tue, 31 Dec 2013 13:36:19 -0500
parents b003235abe75
children
line wrap: on
line diff
--- a/lighttpd/conf.d/cgi.conf	Thu Oct 31 14:33:50 2013 -0700
+++ b/lighttpd/conf.d/cgi.conf	Tue Dec 31 13:36:19 2013 -0500
@@ -13,7 +13,7 @@
 ## For PHP don't forget to set cgi.fix_pathinfo = 1 in the php.ini.
 ##
 cgi.assign                 = ( ".pl"  => "/usr/bin/perl",
-                               ".cgi" => "/usr/bin/python",
+                               ".cgi" => "",
                                ".rb"  => "/usr/bin/ruby",
                                ".erb" => "/usr/bin/eruby",
                                ".py"  => "/usr/bin/python" )