Garey Mills wrote:
I have a Unix server that is running a Horde WebMail program. PHP
is compiled as a static Apache module on a dedicated SSL Apache server.
Now I want to use PHP on the normal port 80 Apache httpd. I intend
to do it by compiling and installing a new PHP as an Apache dynamic
module.
I have already seen that I will have to use the
--with-config-file-path arg to specify a different ini file location.
Anything else I should do?
I've not used Horde (and I may be missing something here) , but I don't
see why the existing PHP should not be used. Unless the httpd.conf
configuration has something wierd in it then I think it should work as
it is. Have you tried it? Put a phpinfo.php file (containing "<?PHP
phpinfo(); ?>") in the document root and see. What do you get?
HTH
Chris