SOURCES: php-lighttpd.conf (NEW) - php config fragment for lighttpd
glen
glen at pld-linux.org
Tue Jan 24 00:10:59 CET 2006
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",
+ )
+ )
+)
================================================================
More information about the pld-cvs-commit
mailing list