Closed (works as designed)
Project:
Barracuda
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2012 at 05:08 UTC
Updated:
6 Sep 2012 at 09:33 UTC
Whats the best way to debug a 500 on BOA. dblog is empty. No errors in /var/log/nginx/error.log, /var/log/php5-fpm.log, /var/log/php5/php53-fpm.log
Comments
Comment #1
omega8cc commentedThe best idea is to read the welcome e-mail (it is sent on Octopus install and upgrades) and the docs listed there, including: http://omega8.cc/how-to-disable-all-caching-and-aggregation-115
You can also check various logs in the
/var/log/php/*directory.Comment #2
lsolesen commentedHm. In my particular case, if I go to the dev.* version of the site everything works as expected. Being on the production site:
gives
I tried increasing pm.max_children to 20 in /etc/php/fpm/pool.d/www.conf. I am on a Linode 1024.
Comment #3
lsolesen commentedI is on the registration page for commerce_registration found on admin/commerce/registrations.
Comment #4
lsolesen commentedFor me only /var/log/php/php53-fpm-error.log has other content than 'rotate'.
Comment #5
omega8cc commentedFor Linode 1024 you could try:
This should be more than enough.
Using pm.max_children 20 may kill your server, as it is many times more than you have RAM available - don't do that.