summaryrefslogtreecommitdiff
path: root/doc/config
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-11-09 22:16:22 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2017-11-09 22:16:22 -0500
commitd4cdaab15b945533d6aa02dac447303a2712dedc (patch)
tree96cf1e6988d6b54cad7fc7e63ee0ded2713f848f /doc/config
parentd102a7113f6978041251f362d267749f2ab33e47 (diff)
downloadlighttpd-git-d4cdaab15b945533d6aa02dac447303a2712dedc.tar.gz
[doc] fix doc/config/conf.d/fastcgi.conf example
x-ref: "Lighttpd not starting up with default fastcgi config" https://redmine.lighttpd.net/boards/2/topics/7780
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/conf.d/fastcgi.conf15
1 files changed, 6 insertions, 9 deletions
diff --git a/doc/config/conf.d/fastcgi.conf b/doc/config/conf.d/fastcgi.conf
index 71213814..0760af06 100644
--- a/doc/config/conf.d/fastcgi.conf
+++ b/doc/config/conf.d/fastcgi.conf
@@ -26,18 +26,15 @@ server.modules += ( "mod_fastcgi" )
# "bin-path" => server_root + "/cgi-bin/php5",
# "max-procs" => 1,
# "broken-scriptfilename" => "enable",
-# )
-# ),
-# ( "php-tcp" =>
+# ),
+# "php-tcp" =>
# (
# "host" => "127.0.0.1",
# "port" => 9999,
# "check-local" => "disable",
# "broken-scriptfilename" => "enable",
-# )
-# ),
-#
-# ( "php-num-procs" =>
+# ),
+# "php-num-procs" =>
# (
# "socket" => socket_dir + "/php-fastcgi-2.socket",
# "bin-path" => server_root + "/cgi-bin/php5",
@@ -47,9 +44,9 @@ server.modules += ( "mod_fastcgi" )
# ),
# "max-procs" => 5,
# "broken-scriptfilename" => "enable",
-# )
+# ),
# ),
-# )
+# )
##
## Ruby on Rails Example