Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
It looks like there’s a php error, which usually results in a white page. Check Apache’s error log, are there any errors?
sudo tail /var/log/httpd/error_log
Hi Kamal, Thanks for your response. Output of log file from last two reboots below. I can’t see anything wrong here - and I think Apache error verbosity is at its highest.
Any other suggestions?
Justin
sudo tail /var/log/httpd/error_log [Mon Jul 21 10:13:21 2014] [notice] caught SIGTERM, shutting down [Mon Jul 21 10:13:22 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon Jul 21 10:13:22 2014] [notice] Digest: generating secret for digest authentication … [Mon Jul 21 10:13:22 2014] [notice] Digest: done [Mon Jul 21 10:13:22 2014] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.5.14 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured – resuming normal operations [Mon Jul 21 20:48:39 2014] [notice] caught SIGTERM, shutting down [Mon Jul 21 20:48:40 2014] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon Jul 21 20:48:40 2014] [notice] Digest: generating secret for digest authentication … [Mon Jul 21 20:48:40 2014] [notice] Digest: done [Mon Jul 21 20:48:40 2014] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.5.14 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips configured – resuming normal operations
Still getting a blank page. Things I have tried so far:
Is it possible it’s something to do with SELinux?