-
Michael Mior
apache2 deployment mod-fcgid fcgi pylons
I tried to deploy my Pylons app using the instructions found here. This simply loads the default Pylons page when I visit the root of my domain. When I try to enter in any path, I receive the messageUnhandled ExceptionAn unhandled exception was thrown by the application.When I view the error log for my application and the Apache error log, it seems Pylons always tries to route things to the error controller. However, note that the above message is not what my error controller should be outputtin
-
MattyB
python fastcgi mod-fcgid
I am trying to configure the Python mini-framework CherryPy with FastCGI (actually fcgid) on Apache. I am on a shared host, so I don’t have access to httpd.conf, just htaccess. I have followed these tutorials to no avail:tools.cherrypy.org/wiki/FastCGIWSGI tools.cherrypy.org/wiki/BluehostDeploymentI keep getting 500 errors w/ the Apache logs saying “Premature end of script headers”. I have tried everything (permissions/shebangs/full-paths/deamonized/not-daimonized). I know Apache is correctly ex
-
jason
apache2 php centos5 500-error mod-fcgid
My web hosting company recently replaced suPHP with fcgi on my dedicated server because I needed opcode functionality. Since then I see loads of 500 errors in apache error and php error log is empty. I have no way to figure out whats the root cause. One reason I found out was time out so my hosting company changed FcgidConnectTimeout and FcgidIOTimeout to a value of 200. I believe there are no more timeout errors in my php script.My question is how do I capture PHP error before 500 internal serv
-
faraklit
php apache2 mod-fcgid
update: Just looked at the cache update times of long queries and they did not collide with server crash time. update2: Found the cause of the problem. Ad server is down and the server hangs even though it seems we set socket timeouts properly. Is there any way to test timeout behaviour?We have a very busy server. ~3K concurrent connections The server has 32GB ram 2xCPUs. We have service unavailable error issues. The server does not respond with 500 error and the error log shows hundreds/thousa
-
ptn777
wordpress mod-fcgid
I have a WordPress multi-user site that pegs all of my CPUs at more than 90% usage: top – 12:02:58 up 55 days, 5:25, 10 users, load average: 20.51, 15.66, 14.90 Tasks: 294 total, 24 running, 270 sleeping, 0 stopped, 0 zombie Cpu0 : 87.5%us, 8.0%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 4.5%si, 0.0%st Cpu1 : 97.9%us, 1.9%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st Cpu2 : 96.0%us, 3.5%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.5%si, 0.0%st Cpu3 : 97.6%us, 2.1%sy,