Problem with PHP 5 installed using FMS Apache 2.2.
Hi There,
To keep things "simple" on my server, I made the decision to install PHP using the Apache 2.2 install that ships with Adobe FMS 4.5. After manually installing PHP, and seeing how it changed the httpd.conf in the Apache 2.2 conf/ directory, my browser just hangs or tells me that a connection cannot be made when I point it to a PHP script. The site will server up .html pages just fine.
Here are the lines that the PHP installer added to the httpd.conf file:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/PHP/"
LoadModule php5_module "C:/PHP/php5apache2_2.dll"
AddHandler application/x-httpd-php .php
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
One would think that is all that is needed, but seems like it is not. I have double checked that the .dll file is, in fact, at C:\PHP, and it is. What's the deal Adobe? Can I use your bundled install of Apache 2.2 and a manual install of PHP together?
