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", +) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
