1. If you would like to use PHP as a module in Apache, be sure to copy php4ts.dll to the windows/system (for Windows 9x/Me), winnt/system32 (for Windows NT/2000) or windows/system32 (for Windows XP) directory
2. Open httpd.conf with your favorite editor and locate the LoadModule directive and add the following line at the end of the list:
LoadModule php4_module c:/php/sapi/php4apache.dll
3. add the following line at the end of the list:
AddType application/x-httpd-php .php. AddType application/x-httpd-php-source .phps.
4. (re)start apache
Joe Giles wrote:
List,
I am new to PHP and Apache in a Win32 environment, I usually set these things up in Linux, but we are evaluating PHP and APACHE for Win32. I installed and configured Apache and it works like it should. The problem is with PHP. I installed it according the the txt file, but when I test the apache httpd.conf file it complains about not being able to locate the php4apache.dll file. I also followed the recommendation in the txt file about how to fix that and still no go. The files php4apache.dll and php4ts.dll, along with ALL the other dlls were places in the search path (c:\windows c:\windows\system32) but still no go.
Is there a magical way to make this work?
Thanks for the assistance -- Joe Giles [EMAIL PROTECTED] AOL: mcigiles
------- Registered Linux User #264910 http://counter.li.org -------
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php