Apache, Tomcat and PHP -- why not?
I am running Apache 2.0.53 with PHP 4.3.10 and tomcat 4.1.31 on Solaris 9.
Apache runs PHP flawlessly, and tomcat runs via mod_jk through apache, also
flawlessly. My one problem is, pages served up by tomcat to apache don't
get run through PHP. I would like to put php code in my servlets, but
right now that code gets passed through unexecuted.
Is there any way I can get the output of servlets to be run through php
before apache sends it all out?
|