If you have the AddType line in there, then there's probably a problem with
loading the php4 module into Apache. Do you have both the AddModule and
LoadModule statements?

Something like:
LoadModule php4_module        libexec/apache/libphp4.so
AddModule mod_php4.c

?

Try typing the following in the shell prompt: apachectl configtest

- Jonathan


-----Original Message-----
From: the crw [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 16, 2001 9:38 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] apache problems


Hi there,

I´ve installed php4 in my linux server and I´m sure I
have everything 
properly installed (php and apache) according to the
manuals and 
comments that I found in this site... the problem is
that when I try to open a 
php page in the server, my browser try to download the
.php file that 
I´m trying to open...

The apache is well configured with the "AddType
application/x-httpd-php 
.php" configuration... and I have no idea why the
apache is not 
executing the php...

Can anyone help me?
Thanks a lot

__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to