php-install Digest 17 Nov 2001 15:04:51 -0000 Issue 559

Topics (messages 5004 through 5005):

PWS
        5004 by: Arik

Re: apache problems
        5005 by: bean

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
PWS and I think I have
IIS 5.0

Arik


--- End Message ---
--- Begin Message ---
I get the same proble. I already check the file httpd.conf.
i found the the statment in the file
<ifDefine>
loadModule php4_module modules/mod_php4.so
</ifDefine>
i try to remove the a pair of <ifDefine> and restart the apache, the error
message appear:
...... can't not load the mod_php4.so....

 how can i do it

thinks

"Jonathan Hilgeman" <[EMAIL PROTECTED]>
???????:[EMAIL PROTECTED]
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]


--- End Message ---

Reply via email to