For Programmers: Free Programming Magazines  


Home > Archive > PHP Installation > January 2006 > php 4.4.1 integration with apache 2.0.55









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author php 4.4.1 integration with apache 2.0.55
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!
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com