On Sun, 2013-03-10 at 20:19 -0400, Bruce Whealton wrote:
I didn't think I needed to make the files executable. Anyway, the simple index.php has a title, an H1 tag and a couple php statements, one of which is phpinfo(); My page, that I get has just the title and the content inside the h1 tag. When I view the source, there is nothing that was inside a php block. Meaning, it didn't run the php code and output html. I was looking at the apache error log and not finding anything useful.
---- details will likely provide a solution.
What is output of these 2 commands...
cat index.php
rpm -qa | grep php
Craig