[cvs] [Wiki] created: Dimp with lighttpd
Wiki Guest
wikiguest at horde.org
Sat Nov 10 16:07:42 UTC 2007
guest [88.68.207.182] Sat, 10 Nov 2007 08:07:42 -0800
Created page: http://wiki.horde.org/Dimp+with+lighttpd
in lighttpd.conf (on Debian /etc/lighttpd/lighttpd.conf) add
"broken-scriptfilename":
fastcgi.server = ( ".php" => ((
"bin-path" => "/usr/bin/php5-cgi",
"socket" => "/tmp/php.socket",
"max-proc" => 10,
"broken-scriptfilename" => "enable"
)))
else 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 by setting
fix_pathinfo to 1:
cgi.fix_pathinfo=1
More information about the cvs
mailing list