SOURCES: lighttpd-mod_cgi.conf, lighttpd-mod_staticfile.conf, ligh...

glen glen at pld-linux.org
Mon Apr 28 22:30:33 CEST 2008


Author: glen                         Date: Mon Apr 28 20:30:33 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- do not by default forbid download of .pl (and .fcgi) scripts

---- Files affected:
SOURCES:
   lighttpd-mod_cgi.conf (1.6 -> 1.7) , lighttpd-mod_staticfile.conf (1.10 -> 1.11) , lighttpd-mod_fastcgi.conf (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-mod_cgi.conf
diff -u SOURCES/lighttpd-mod_cgi.conf:1.6 SOURCES/lighttpd-mod_cgi.conf:1.7
--- SOURCES/lighttpd-mod_cgi.conf:1.6	Sun Apr 27 13:22:41 2008
+++ SOURCES/lighttpd-mod_cgi.conf	Mon Apr 28 22:30:27 2008
@@ -22,3 +22,9 @@
 #	".php" => "/usr/bin/php.cgi",
 #	".py"  => "/usr/bin/python",
 )
+
+#static-file.exclude-extensions = (
+#	".pl",
+#	".php",
+#	".py",
+#)

================================================================
Index: SOURCES/lighttpd-mod_staticfile.conf
diff -u SOURCES/lighttpd-mod_staticfile.conf:1.10 SOURCES/lighttpd-mod_staticfile.conf:1.11
--- SOURCES/lighttpd-mod_staticfile.conf:1.10	Sun Apr 27 19:04:03 2008
+++ SOURCES/lighttpd-mod_staticfile.conf	Mon Apr 28 22:30:27 2008
@@ -5,11 +5,6 @@
 	"mod_staticfile"
 )
 
-# which extensions should not be handled via static-file transfer
-#
-# .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
-static-file.exclude-extensions = ( ".pl", ".fcgi" )
-
 # see http://trac.lighttpd.net/trac/ticket/1216
 #etag.use-inode = "enable"
 #etag.use-mtime = "enable"

================================================================
Index: SOURCES/lighttpd-mod_fastcgi.conf
diff -u SOURCES/lighttpd-mod_fastcgi.conf:1.5 SOURCES/lighttpd-mod_fastcgi.conf:1.6
--- SOURCES/lighttpd-mod_fastcgi.conf:1.5	Mon Jul 17 18:41:11 2006
+++ SOURCES/lighttpd-mod_fastcgi.conf	Mon Apr 28 22:30:27 2008
@@ -11,3 +11,7 @@
 #### fastcgi module
 ## read fastcgi.txt for more info
 #fastcgi.debug = 1
+
+#static-file.exclude-extensions = (
+#	".fcgi",
+#)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-mod_cgi.conf?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-mod_staticfile.conf?r1=1.10&r2=1.11&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-mod_fastcgi.conf?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list