| Mark Galbreath 2006-01-12, 7:56 am |
| 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." I tried "LoadFile" and various labels for =
the file/module as well.
6. I cannot find a mod_php.so or libphp4.so file anywhere on or off my =
system for winblows.
Help!
Mark
PS These problems NEVER happen on Linux!
|