[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Apache and PHP
- From: "Scott A. Zanke" <szanke directvinternet com>
- To: redhat-install-list redhat com
- Subject: Re: Apache and PHP
- Date: 18 Sep 2002 21:50:41 -0400
I don't have a server install but my with my base install of RHL 7.3,
Apache, MySQL and PHP work fine.
To see if the PHP engine if functional...
php -info
If that works try the little php page below.
You are ending the file name with .php right?
What does the browser show?
Parse errors? Code?
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo $_SERVER["HTTP_USER_AGENT"]; ?>
<?php phpinfo(); ?>
</body>
</html>
Scott
On Wed, 2002-09-18 at 10:46, Angel Gabriel wrote:
> I have a default server install of RH 7.3, and for some reason it does not
> parse PHP, have I made a config error, or is this the default setting? If
> this is the case, I find this annoying, seeing as PHP and Apache really seem
> to go hand in hand @ the moment. I don't mind trying to figure out what's
> wrong in my configuration, I've used up2date to get all the latest PHP
> packages, and as soon as I have enough alchol in my system, I'll attempt it!
> (don't ask about the alchol, it seems to make things more fun!)
>
>
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]