My set up:
- Wordpress stack on an Ec2 instance
- AWS route53 hosted zone for mydomain.com with an A record set pointing to an elastic ip associated with the ec2 instance
- Migrated an existing WP build (following best practices)
- everything seems to be good to go
- site renders just fine, access to both front/back ends of the site
The Problem:
- After a while the site stops rendering and HTTP 500 errors happen all over the place
I know it's not apache or mysql as they are both still running when I run ctlscript.sh status while the 500 errors are occuring. An interesting note is that the bbpress installed within WP renders just fine both front/back ends.
The window for up time seems to be getting shorter.
Log wise I'm currently seeing the following recurring near the time right before 500 errors start up
- [Wed Aug 15 17:46:12 2012] [warn] RSA server certificate CommonName (CN) `ip-10-243-17-227.ec2.internal' does NOT match server name!?
- [Wed Aug 15 17:48:35 2012] [error] [client 66.249.71.171] PHP Deprecated: Assigning the return value of new by reference is deprecated in /opt/bitnami/apps/wordpress/htdocs/bbpress/bb-settings.php on line 186
If anyone can point me in a new direction that'd be great. Any thoughts would be appreciated.