[cvs] [Wiki] changed: DimpLighttpd

Jan Schneider jan at horde.org
Sat Nov 10 16:44:56 UTC 2007


jan  Sat, 10 Nov 2007 08:44:56 -0800

Modified page: http://wiki.horde.org/DimpLighttpd
New Revision:  1.2
Change log:  Style

@@ -1,18 +1,18 @@
-in lighttpd.conf (on Debian /etc/lighttpd/lighttpd.conf) add
"broken-scriptfilename":
+In lighttpd.conf (on Debian /etc/lighttpd/lighttpd.conf) add
"broken-scriptfilename":

+<code>
 fastcgi.server = ( ".php" => ((
                         "bin-path" => "/usr/bin/php5-cgi",
                         "socket" => "/tmp/php.socket",
                         "max-proc" => 10,
                         "broken-scriptfilename" => "enable"
                  )))
+</code>

-else you will get the error saying "There has been no
-contact with the remote server for several minutes.."
-after logging in on DIMP.
+otherwise you will get the error saying "There has been no contact with the
remote server for several minutes." after logging in on DIMP.

+In php.ini (on Debian /etc/php5/cgi/php.ini) enable PATH_INFO:

-
-in php.ini (on Debian /etc/php5/cgi/php.ini) enable PATH_INFO by setting
fix_pathinfo to 1:
-
+<code>
 cgi.fix_pathinfo=1
+</code>


More information about the cvs mailing list