SOURCES: lighttpd-mod_cgi_php.conf (NEW) - separate config for php...
    blues 
    blues at pld-linux.org
       
    Sun Apr 27 13:27:27 CEST 2008
    
    
  
Author: blues                        Date: Sun Apr 27 11:27:27 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- separate config for php spawned with cgi
---- Files affected:
SOURCES:
   lighttpd-mod_cgi_php.conf (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/lighttpd-mod_cgi_php.conf
diff -u /dev/null SOURCES/lighttpd-mod_cgi_php.conf:1.1
--- /dev/null	Sun Apr 27 13:27:27 2008
+++ SOURCES/lighttpd-mod_cgi_php.conf	Sun Apr 27 13:27:22 2008
@@ -0,0 +1,7 @@
+# CGI module
+#
+# http://www.lighttpd.net/documentation/cgi.html
+
+cgi.assign = (
+	".php" => "/usr/bin/php.cgi",
+)
================================================================
    
    
More information about the pld-cvs-commit
mailing list