Setting up a LAMP server, installing the latest apache2.2.21 and php-5.3.9 using source. Downloaded all needed dependancies, ./configure make install no errors, all the module files are where it should be. Yet firefox displays a blank page on the website when loading the default php info code for index.php and other php pages.

It looks like I can't get php to communicate with apache.

link|improve this question
Can you provide your configuration for your <VirtualHost>? Anything in Apache's error log? – Shane Madden Jan 18 at 1:12
1  
Any errors in your php log files? Also, check the httpd access log to make sure requests are being processed. – David W Jan 18 at 1:18
does apache error log say somthing? – yarek Jan 18 at 1:20
I only found an error log under /var/log/httpd/error_log would this be it? Thank you – Mr. Q Jan 18 at 18:11
This --> [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Jan 17 13:11:09 2012] [notice] Digest: generating secret for digest authentication ... [Tue Jan 17 13:11:09 2012] [notice] Digest: done [Tue Jan 17 13:11:09 2012] [warn] ./mod_dnssd.c: No services found to register [Tue Jan 17 13:11:09 2012] [notice] Apache/2.2.15 (Unix) DAV/2 configured -- resuming normal operations [Tue Jan 17 13:22:57 2012] [notice] caught SIGTERM, shutting down [Tue Jan 17 13:22:57 2012] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 – Mr. Q Jan 18 at 18:13
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.