PHP should be in your PATH. My solution was to add the entire PHP directory (for me: C:\Web\PHP5\) to the path.And this is my PHP configuration (for Apache 2.4, but it is basically the same):LoadModule php5_module "c:/Webserv/PHP5/php5apache2_4.dll"
AddType application/x-httpd-php .php .php3 .php4 .php5 .phpxAddType application/x-httpd-php-source .phps# configure the path to php.iniPHPIniDir "C:/Webserv/PHP5"- YOn Fri, Dec 27, 2013 at 11:40 AM, Fred Miller <fjmiller11apache@xxxxxxxxx> wrote:
I've tried following instructions for php5 with Apache server on Windows XP. I've followed all the instructions for modifying the conf file, and the dll file for php is in the php5 folder for php5apache2_2.dll but every time I try to start the server it fails saying it can't find that dll file. How can I get Apache to run php Web apps?Fred