• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

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