Re: [PHP-DEV] Multiple Apache Modules

2009-08-25 Thread Tjerk Anne Meesters
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

[PHP-DEV] Multiple Apache Modules

2009-08-25 Thread Chris Trahey
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