Forum

How to configure one FCGI (PHP) process for each vHost

Mike
9 May 2009, 18:13
Hi,

How can I configure Hiawatha so that each VirtualHost uses its own FCGI-Server (especially PHP)?

I need to define several servers in php-fcgi.conf, add each of it in a separate Fastcgi { } area and define the IP of it to connect to?

Thanks for help.
Hugo Leisink
10 May 2009, 00:16
To do that is how you described it. Indeed, specify several servers in php-fcgi.conf, use a FastCGI block for each server and use those in your VirtualHost blocks.
This topic has been closed.