[horde] apache + fastcgi + horde
Liam Hoekenga
liamr at umich.edu
Mon Jun 16 15:13:47 UTC 2008
It seems like I may want to investigate fastcgi in relation to some of
our recent perfomance issues. So, for thos fastcgi users out there...
how do you start PHP?
Do you have a startup script to do?
Are you allowing the webserver to start fastcgi? (If so, do you use a
wrapper to tune settings?)
Here's what I'd tried when I'd played with fastcgi on one our dev
boxes in the past..
<IfModule mod_fcgid.c>
AddHandler fcgid-script .php
FCGIWrapper /usr/share/apache2/cgi-bin/php .php
Options ExecCGI
allow from all
</IfModule>
Liam
More information about the horde
mailing list