Click to See Complete Forum and Search --> : apache 2.0.36 or higher php4 win2k problems


abuse
09-06-2002, 06:25 AM
well the apache module won't work with following settings in the
httpd.conf file:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php

well apache won't start , what the ?("§$& i've done wrong?

malbera
09-06-2002, 10:05 AM
do you get any error message?
shouldn't it be php4apache2.dll?

piersk
09-06-2002, 10:24 AM
Have a look at my post here (http://www.phpbuilder.com/board/showthread.php?s=&threadid=10209159) for more details on this topic...

yaleyu
09-07-2002, 12:01 PM
Your httpd.conf is correct. Also please see http://www.phpbuilder.com/board/showthread.php?s=&threadid=10209359, you have to use php-4.2.3 or php-4.3dev with apache-2.0.39 or apache-2.0.40.

Once you're using php-4.2.3 + apache-2.0.40 combination, copy php4ts.dll to c:\windows\system32 and php.ini-dist to c:\windows\php.ini, it absolutely works.

abuse
09-09-2002, 10:07 AM
it works ;)

Smallbug
09-10-2002, 03:39 PM
I have exactly the same problem!
I am using php-4.2.3 + apache-2.0.40 combination
I copied php4ts.dll to c:\winnt\system32 and php.ini-dist to c:\winnt\php.ini on my Win2000,
But I still can't solve it, could you tell me what on earth you did to solve the problem?

Thanks a lot!