Author: glen Date: Mon Jan 23 23:10:58 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - php config fragment for lighttpd
---- Files affected: SOURCES: php-lighttpd.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/php-lighttpd.conf diff -u /dev/null SOURCES/php-lighttpd.conf:1.1 --- /dev/null Tue Jan 24 00:10:58 2006 +++ SOURCES/php-lighttpd.conf Tue Jan 24 00:10:53 2006 @@ -0,0 +1,9 @@ +# remove the '+' when this is your first fastcgi.server definition +fastcgi.server += ( + ".php" => ( + "localhost" => ( + "socket" => "/var/run/php/php-fastcgi.sock", + "bin-path" => "/usr/bin/php.fcgi", + ) + ) +) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
