]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- added configuration for php-fcgi-init
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sun, 15 Jan 2006 18:19:17 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.conf -> 1.28

lighttpd.conf

index 573890bd80407ec7e4dc8f30e585ae6bcce6c42c..60f106ab7e1a8d5f5ab8afd065d4c9c826dd0c7c 100644 (file)
@@ -171,6 +171,19 @@ include_shell "/bin/cat webapps.d/*.conf"
 #      )
 #)
 
+#### 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 = (
This page took 0.118705 seconds and 4 git commands to generate.