Justtechjobs.com Find a programming school near you






Online Campus Both


php-install | 2004091

[PHP-INSTALL] Installing PHP 4 with Apache2 on XP From: Russ Abbott (RAbbott <email protected>)
Date: 09/09/04

I installed Apache2 (and it worked fine), but when I install PHP4, Apache won't start. The change to the Apache httpd.conf configuration file that stalls out Apache is the line that points to the php module:

LoadModule php4_module "C:\Program Files\Apache Group\Apache2\bin\php4apache2.dll"

When that is commented out, Apache is fine. When it is not commented out, Apache won't start.

The php4apache2.dll file is where the line points to. I also tried to point to it where it unzips. Neither works. I do have the other line:

AddType application/x-httpd-php .php

but that doesn't make any difference in Apache starting.

I'm running on XP.

I was able to install and run the same configuration on a Windows 2000 machine.

Any help would be appreciated.

Thanks.

-- Russ