I followed the install directions, researched zend.com, php.net, and 
apache.org, numerous google searches and STILL cannot get php integrated with 
apache httpd server on winblows xp.

1. Installed apache httpd 2.0.55 binary to d:\apache2.

2. Unzipped expanded php winblows binary to d:\php.

3. Modified php.ini as suggested in install.txt.

4. Made the following entries in httpd.conf:

Loadmodule libphp4 "D:/php/sapi/php4apache2.dll"
ScriptAlias /php/ "d:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "d:/php/php.exe"
PHPIniDir"d:/php"



5. Apache will not start: complains that "module not found" and "PHPIniDir not 
a recognized directive."

6. I cannot find a mod_php.so or libphp4.so file anywhere on or off my system 
for winblows.

Help!
Mark

Reply via email to