I'm having a little bit of trouble, here. I've installed Apache and PHP, as it comes in .rpm form from the Fedora Core 3 CDs. I activated httpd, checked a basic .html page (which came up fine), but when I tried to go to a PHP page...no dice. And the strange thing is, it didn't even show the text from the PHP data. A page that was written thus:
<?php
phpInfo();
?>
Came up completely blank, and the source of the page looked like this:
<html><head></head></html>
I tried the same page on my laptop, running Red Hat 9, and the page displayed fine. I've been looking around, and I can't find any other modifications I need to make before PHP'll work...can someone help me out here? I have the httpd.conf file on hand, if you need to see a section of it...