running apache 2 & php 5 in fedora 9
Happy New Year Friends,
I recently installed fedora 9 in my ibm laptop. i included php5 and apache webserver during the installation. To test whether php is running, i made a file phpinfo.php with code:
<?php
phpinfo();
?>
However, a blank page appeared in the mozilla browser. I did not experience this in my previous installation of fedora.
May I know what is the problem here and how to i solve it so that php script will be running.
Thank you so much for your kind help.
God bless.
|