SOURCES: lighttpd.conf - added configuration for php-fcgi-init
paszczus
paszczus at pld-linux.org
Sun Jan 15 19:19:22 CET 2006
Author: paszczus Date: Sun Jan 15 18:19:22 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added configuration for php-fcgi-init
---- Files affected:
SOURCES:
lighttpd.conf (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SOURCES/lighttpd.conf
diff -u SOURCES/lighttpd.conf:1.27 SOURCES/lighttpd.conf:1.28
--- SOURCES/lighttpd.conf:1.27 Sun Jan 15 19:07:56 2006
+++ SOURCES/lighttpd.conf Sun Jan 15 19:19:17 2006
@@ -171,6 +171,19 @@
# )
#)
+#### standalone of php-fcgi
+# if you want to use standalone version of php.fcgi
+# install php-fcgi-init , start php-fcgi and then start lighttpd
+#
+#fastcgi.server = (
+# ".php" => (
+# ( "host" => "127.0.0.1",
+# "port" => 1026,
+# )
+# )
+#)
+
+
#### CGI module
#cgi.assign = (
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/lighttpd.conf?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list