PHP apache problem

brendon2020

[H]ard|Gawd
Joined
Dec 15, 2002
Messages
1,541
i've installed apache a thousand times but now its now working after i upgraded to the lastest version. I've tried both 4.3.4 and the recently released 4.3.5RC2 and its still not working.

i config'd php like this,
./configure --with-apxs=/usr/local/apache/bin/apxs
--with-mysql=/usr/local/mysql

My config looks like this,

LoadModule php4_module libexec/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

and everytime i go to a .php file it prompt me to download the file. Please help, thanks in advance.
 
i'm not sure what did it but i copied my old config and it worked, i looked at it and it looked pretty much the same. Now it works, which all i care about. Thanks for the help.
 
Back
Top