Apache2.0.48 / PHP4.3.4 Install on Redhat 9 Please Help

From: Gaurav (pahujagaurav_at_yahoo.com)
Date: 02/22/04


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



Relevant Pages

  • RE: [PHP] Question before upgrading to 5
    ... We only use php for intranet applications I create, ... so the server is basically dead at nights, which is when I do most of my ... so your going to shut down apache on ... install of apache would allow you to do. ...
    (php.general)
  • Re: [SLE] updating to PHP5
    ... while running PHP 5 for my stuff. ... managed by SuSE staff where you can download latest apache with all ... SLES 9 doesn't need PHP for its default configuration. ... Thus, it seems possible to remove PHP4, install a new Apache instance, PHP5 ...
    (SuSE)
  • RE: Problem with apache, php and mysql after FC4 upgrade: SegmentationFault ...
    ... the config options are that php/apache is seeing for php... ... this will install in the default dirs.... ... i'm curious to know if the rpms for php with FC4 are somehow screwed up... ... > Group apache ...
    (Fedora)
  • Re: Can not get Php (4.4 - Windows) configured to open secure URLs (https)
    ... to do something more in php or in Apache httpd.conf? ... To use the CSR and key generation functions from PHP, you will need to install an openssl.cnf file. ... The Windows environment variable OPENSSL_CONF is set to C:\OpenSSL\bin\openssl.cnf (and that is where I have installed OpenSSL. ...
    (comp.lang.php)
  • Re: PHP4 - Apache2 - MySQL What am I missing *FIXED*
    ... Now, i am working on a network management system using php4,mysql and apache, ... so that our form variables could be send to php ... >> Can someone queue me in on what I missed on the MySQL capability install? ... Faculty Of Computer Science, ...
    (Debian-User)