I installed Apache2, PHP5, openssl, Mysql4.1 all from src(except MySql=>RPM). The problem I am having is with PHP ( well I think anyway ). When I start Apache it loads php without error, but when I point Firefox to localhost/test.php which contains
CODE:
<?php phpinfo(); ?>
,its displayed rather than executed.
Any Ideas, been beating my head for a two days with this. I am able to connect to mysql with out a problem also.
Thanks Demetri