php-install | 2002112
Date: 11/23/02
- Next message: Axel Heck: "[PHP-INST] Problems when updating to PHP 4.2.3 and Apache 2.043 - variables are ignored"
- Previous message: Eugene Sherbin: "[PHP-INST] problem starting php with sapi in win xp"
- Next in thread: Mike P: "[PHP-INST] Re: Starting Apache2 with php 4.2.3"
- Reply: Mike P: "[PHP-INST] Re: Starting Apache2 with php 4.2.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache
client (2.0.42-win32-x86-no_ssl) under windows XP
downloaded the zip file from the php.net website, and then extracted the
contents into c:\php\ (such that php.exe is in the root of that dir). Then I
copied all the dlls into windows\system folder as per instructions, added
the 3 lines of code:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
to the begining of httpd.conf file, and when i try to start the server it
says:
"Cannot load C:/PHP/sapi/php4apache.dll into server: The specified module
could n
ot be found." meanwhile C:/PHP/sapi/php4apache.dll is exactly where it's
located on the hdd
Thank you
Eugene
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Axel Heck: "[PHP-INST] Problems when updating to PHP 4.2.3 and Apache 2.043 - variables are ignored"
- Previous message: Eugene Sherbin: "[PHP-INST] problem starting php with sapi in win xp"
- Next in thread: Mike P: "[PHP-INST] Re: Starting Apache2 with php 4.2.3"
- Reply: Mike P: "[PHP-INST] Re: Starting Apache2 with php 4.2.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

