Apache2.0.48 / PHP4.3.4 Install on Redhat 9 Please Help
From: Gaurav (pahujagaurav_at_yahoo.com)
Date: 02/22/04
- Next message: Stefan S.: "RedHat 9 boot problem (Kernel panic)"
- Previous message: Ed G: "Re: Grub or Lilo?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Feb 2004 12:33:12 -0800
I am trying to configure a Redhat 9 (orginally 7.3 upgraded to 9) with
Apache and PHP but am unsuccessful so far.
These are the steps I followed:
- I tried to run the apache and php that came with the Redhat 9 but
was unsuccessful.
- Then I unistalled httpd and php using "yum".
- I downloaded apache 2.0.48 and php 4.3.4 to install them from
source.
- Then I followed the installation instruction on the following
webpages to install php and apache (both are pretty much the same)
http://www.php.net/manual/en/install.apache2.php (from php.net)
http://dan.drydog.com/apache2php.html (pretty much same but more
information)
Now My apache start without error. Evertime I start apache the
error_log says :
[Sun Feb 22 15:12:51 2004] [notice] Apache/2.0.48 (Unix) PHP/4.3.4
configured -- resuming normal operations
Inspite of all this I am not able to view a php test page on my
browser. The test page source is as follows:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo "Hello World";?>
</body>
</html>
I don't know what to do. I will really appreiciate help on this one.
Please help me......
Regards
Gaurav
- Next message: Stefan S.: "RedHat 9 boot problem (Kernel panic)"
- Previous message: Ed G: "Re: Grub or Lilo?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|