Couple things to try.  First check the source on the result you get to make
sure your browser isn't having a problem with the phpinfo creating its own
html components and the ones you've added.  If nothing is in the source
except what you see display check the httpd logs and see if you are getting
anything there complaining.  Your setup should work based on what you have
in the php.conf file.  Did you make any changes to httpd.conf from the
default that RH8 comes with?  Did you make any changes from a GUI app for
managing the apache web server.  Some GUI apps will totally rewrite the
httpd.conf file rather than make adjustments to the default.

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Ralph Tucker
Sent: Sunday, March 02, 2003 10:39 AM
To: [EMAIL PROTECTED]
Subject: RE: Starting PHP

I used vi to build the file called  test.php.  Here is the php.conf file:

#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#

LoadModule php4_module modules/libphp4.so

#
# Cause the PHP interpreter handle files with a .php extension.
#
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
    LimitRequestBody 524288
</Files>

#
# Add index.php to the list of files that will be served as directory
# indexes.
#
DirectoryIndex index.php

----------------------------------------------------------------------------
---

Thanks for you help!


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Larry Brown
Sent: Sunday, March 02, 2003 9:11 AM
To: [EMAIL PROTECTED]
Subject: RE: Starting PHP


I know this is pretty obvious, but I only ask because I was helping someone
with this same description and spent a long time before figuring out it was
something really simple.  What editor are you using to create the test.php?
Also, check /etc/httpd/conf.d/php.conf and copy its contents to your next
post.

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Ralph Tucker
Sent: Sunday, March 02, 2003 9:58 AM
To: [EMAIL PROTECTED]
Subject: RE: Starting PHP

test.php is the name...

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Larry Brown
Sent: Sunday, March 02, 2003 12:20 AM
To: [EMAIL PROTECTED]
Subject: RE: Starting PHP


What is this file named?  Something.php?

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Ralph Tucker
Sent: Sunday, March 02, 2003 1:16 AM
To: [EMAIL PROTECTED]
Subject: RE: Starting PHP

Here is the Script that I tried to run...

<html>
<head>
<title>PHP Test</title>
</head>
<body>
<p>This is an HTML line test
<p>
<?php
   echo "This is a PHP Line";
   phpinfo();
?>
</body>
<html>


All I get in response is the first line "This is an HTML line test".  I'm
running this from the
the address line in my browser...  file:/var/www/html/test.php

Any clue??

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Larry Brown
Sent: Saturday, March 01, 2003 11:51 PM
To: [EMAIL PROTECTED]
Subject: RE: Starting PHP


No, as long as you are running that folder under apache the file should be
parsed by php out of the box RH8.  What is the test php doing.  Try
something simple like <?php echo "hello"; ?>
This should show that php is working.  From there you can move to the next
step to make sure you have connectivity with mysql.

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Ralph Tucker
Sent: Sunday, March 02, 2003 12:38 AM
To: [EMAIL PROTECTED]
Subject: Starting PHP

I have recently installed RedHat 8.0 and have verified that MySQL is
working, but the test script that I put together does not show PHP working.
I see PHP out there from the command prompt and can run to find version
info, etc. The config file in /etc/httpd/conf seems correct.  Is there
something that I need to do out of the box to make it see my test.php file?

Thanks for you help!
A PHP newbie...




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list





--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to