aarce
07-23-2003, 02:33 PM
Hello
I am upgrading my PHP version to 4.3.2 on a Red Hat Linux machine with Apache Web server.
The compilation and installation ("make") finished without errors.
I followed the instructions contained in the INSTALL file. But when browsing to my Linux host, Apache returns a blank page.
I noted something rare on the httpd.conf/Linux file: it does not have the following directives found on a similar Win version:
#PHP Configure ## BEGIN ##
LoadModule php4_module "C:/MerlinDesktop/Php4.1.1/sapi/php4apache.dll"
#AddModule mod_php4.c
<FilesMatch ".*.(php4|php)$">
ForceType application/x-httpd-php
</FilesMatch>
#PHP Configure
Could be the cause of the problem. Any ideas?
Thanks
Amado
I am upgrading my PHP version to 4.3.2 on a Red Hat Linux machine with Apache Web server.
The compilation and installation ("make") finished without errors.
I followed the instructions contained in the INSTALL file. But when browsing to my Linux host, Apache returns a blank page.
I noted something rare on the httpd.conf/Linux file: it does not have the following directives found on a similar Win version:
#PHP Configure ## BEGIN ##
LoadModule php4_module "C:/MerlinDesktop/Php4.1.1/sapi/php4apache.dll"
#AddModule mod_php4.c
<FilesMatch ".*.(php4|php)$">
ForceType application/x-httpd-php
</FilesMatch>
#PHP Configure
Could be the cause of the problem. Any ideas?
Thanks
Amado