I suggest you set up multiple instances of FastCGI instead and let
your web server choose the right CGI gateway per request.
On 8/26/09, Chris Trahey wrote:
> Attempting to load 2 PHP modules in the same httpd instance.
> modified mod_php5.c, php_apache.h, php.sym and sapi_apache2.c
> to reflect
Attempting to load 2 PHP modules in the same httpd instance.
modified mod_php5.c, php_apache.h, php.sym and sapi_apache2.c
to reflect a unique module name for the second compiled .so, as well as
change the PHP_MAGIC_TYPE to something unique.
basically changing php5_module to php5UNIQUE_module
and a