ID: 18129 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Win32 PHP Version: 4.2.1 New Comment:
I'm having problems with Apache 2.0.39 and PHP 4.2.1. I downloaded the new php4apache2.dll and put it in the sapi folder, and added the lines: #### START PHP LoadModule php4_module "C:\Program Files\Apache Group\PHP\sapi\php4apache2.dll" AddType application/x-httpd-php .php .phtml .php3 #### END PHP into my httpd.conf. The path to the file is correct, but whenever I try to start it, I get an error. When I run the test-configuration link in the apache program group, it says it "cannot find the module" but the file is there :\ Anyone have any other ideas? Previous Comments: ------------------------------------------------------------------------ [2002-07-13 01:05:40] [EMAIL PROTECTED] install.txt should mention something about apache2 (currently it's not afaict), like how about: (a) php4apache.dll is for apache1.x.x not apache2 (b) php4apache2.dll is for apache2 but (c) apache2 support is experimental in PHP Also, is this report saying that the distributed apache2 dll is broken? Please verify. * http://cvs.php.net/cvs.php/php4/win32/install.txt ------------------------------------------------------------------------ [2002-07-12 22:50:55] [EMAIL PROTECTED] Thanks for http://ftp.proventum.net/pub/php/win32/php4.2.x-apache2.zip Work fine!!! ------------------------------------------------------------------------ [2002-07-10 09:22:25] [EMAIL PROTECTED] To use PHP 4.2.1 under Apache 2 instalaltion, don't forget to download the new DLL related here because the one in the installation pack is not right. http://ftp.proventum.net/pub/php/win32/php4.2.x-apache2.zip Go and Get it or PHP will never go on. ------------------------------------------------------------------------ [2002-07-05 00:20:07] [EMAIL PROTECTED] Glad he got it working. I am on Windows XP and I get a version mismatch with apache 2.0.39 Regards Kevin ------------------------------------------------------------------------ [2002-07-03 05:07:04] [EMAIL PROTECTED] SHIT, I'm stupied: ;-(( Now it's right!!: LoadModule php4_module c:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/18129 -- Edit this bug report at http://bugs.php.net/?id=18129&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php