[horde] horde + fastcgi? / problems with horde and	apache2?
    Jan Schneider 
    jan at horde.org
       
    Sun Jul  8 09:11:34 UTC 2007
    
    
  
Zitat von Liam Hoekenga <liamr at deathstar.org>:
> Jan Schneider wrote:
>> Zitat von Liam Hoekenga <liamr at deathstar.org>:
>>
>>
>>> Anyhoo.. we're trying to figure out a solution to this.  One of the
>>> ideas we came up with was to run horde with CGI version of PHP running
>>> under FastCGI.   Anyone have any advice about Horde and FastCGI?  Or has
>>> anyone else run into a similar apache 2 memory issue?
>>>
>>
>> My website is running on FastCGI and I didn't experience any issues yet.
>>
>>
> Are you using apache and mod_fastcgi?  If so, could I get a copy of your
> apache configuration files?
Yes, though still Apache 1.3.27.
The global FastCGI config looks like:
FastCgiConfig   -multiThreshhold 60 -maxClassProcesses 5 -maxProcesses  
150 -pass-header Authorization -killInterval 290
My vhost config looks like (the other vhosts run php4 through mod_php4):
ScriptAlias /php-cgi /home/jan/root/bin/php-cgi
Action jans-php /php-cgi
AddHandler jans-php .php
<Location /php-cgi>
SetHandler fastcgi-script
</Location>
Jan.
-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
    
    
More information about the horde
mailing list