Hi,
I would like to run php as servlet under tomcat and php as "standalone" under apache.
Twice works fine so long they run separate.
But what I need, is to send all the .php to the apache/php and all other extension that i defined (for example .phs) to the tomcat/php-servlet.
Any ideas?
Olivier