]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd-mod_cgi.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / lighttpd-mod_cgi.conf
diff --git a/lighttpd-mod_cgi.conf b/lighttpd-mod_cgi.conf
deleted file mode 100644 (file)
index 75ed293..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# CGI module
-#
-# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCGI
-
-server.modules += (
-       "mod_cgi"
-)
-
-$HTTP["url"] =~ "/cgi-bin/" {
-       cgi.assign = ( "" => "" )
-}
-
-alias.url += (
-        "/cgi-bin/" => "/home/services/lighttpd/cgi-bin/",
-       # FIXME: or use system shared cgi-bin here?
-#       "/cgi-bin/" => "/usr/lib/cgi-bin/",
-)
-
-cgi.assign = (
-    ".cgi" => "",
-#      ".pl"  => "/usr/bin/perl",
-#      ".php" => "/usr/bin/php.cgi",
-#      ".py"  => "/usr/bin/python",
-)
-
-#static-file.exclude-extensions = (
-#      ".pl",
-#      ".php",
-#      ".py",
-#)