Hi,
Can someone please help with my PHP installation?
The install.txt said I just need to add these in my Apache config file, but
there is no "sapi" sub-directory exists under c:\php and I can't find
php4apache.dll.
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
I am trying to install php 4.2.3 with apache 2.0.43 on window 2000.
I copy php4ts.dll to winnt/system32 and add the following at the end of my
apache config file per install instruction.
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .p
I follow the exact procedure describe here, and I still can't get it to
work. The following procedure has the same setting as I do, but apache fails
to start after I try to load the module by adding the following line to my
apache config file.
LoadModule php4_module c:/php/sapi/php4apache2.dll
Add
Thanks. How can you get PHP4.3.0 RC2 work with apache 2.0.43?
- Original Message -
From: "Davy Obdam" <[EMAIL PROTECTED]>
To: "'Jack R.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, November 29, 2002 4:34 PM
Subject: RE: [PHP-WI