|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-04-16 18:11 UTC] alietss at yahoo dot com
Hi all:
I'm testing the new php-4.2RC-4 with httpd-2.0.35(win32) stable version wich I downloaded from apache site with the msi installer for windows. I instaled apache and works great but when I install php apache doesn't start any more, this is what I did:
Downloaded the php-4.2RC-4 from php site.
Made a c:\php folder and unzip all te contents there
I did all the steps of the instalation as I always do
Copied dlls etc in its right places
Copied php.ini in winnt etc
Edit the httpd.conf and added
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
But Apache don't start
and if I install the cgi version yes, it works
Regards Aliet
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 23 10:00:01 2025 UTC |
Hi Sander sorry but if I send this was because I already tested apache2filter.dll and apache doesn't start any way and I'm completly sure and doing all ok. Bye AlietHi Sander and thank's yes now it work's. Apache start ok, So there just to add to the install.txt file of php that with Apache2.0 you must put. LoadModule php4_module c:/php/experimental/apache2filter.dll AddType application/x-httpd-php .php Regards Aliet