Hi guys
I was wondering if you can help me troubleshoot an intermittent "503 Service Temporarily Unavailable". I think it may be related to my fcgid configuration.
My site has vBulletin and has been working great for months now. I installed wordpress yesterday in a seperate directory
Problem: My site will be running fine, and then every 10-15 minutes or so (although sometimes quicker or slower than this), all of a sudden it wont respond to any requests, just sits there loading, but only for about 3-4 minutes, then I'm presented with the "503 Service Temporarily Unavailable". Then when I refresh, it's back to normal in about 5 minutes.
Happens on my vBulletin page, as well as Wordpress page. I can access my cPanel however, I think this is because cPanel isn't served by Apache yes?
Nonetheless here are the server specs/config:
WHM 11.32.5 (build 11)
CENTOS 5.8 x86_64 vmware
Apache 2.2.22
PHP 5.3.10
MySQL 5.x
CPU: 2 vCPUs
RAM: 4 GB
php -v
(contains some fcgid config)
Extra Info:
At the time of the hang, memory and swap usage, as well as CPU usage seems to be fine. However I may be checking the wrong thing so I will gladly take any advice!
Would appreciate any advice, thank you!
I was wondering if you can help me troubleshoot an intermittent "503 Service Temporarily Unavailable". I think it may be related to my fcgid configuration.
My site has vBulletin and has been working great for months now. I installed wordpress yesterday in a seperate directory
Problem: My site will be running fine, and then every 10-15 minutes or so (although sometimes quicker or slower than this), all of a sudden it wont respond to any requests, just sits there loading, but only for about 3-4 minutes, then I'm presented with the "503 Service Temporarily Unavailable". Then when I refresh, it's back to normal in about 5 minutes.
Happens on my vBulletin page, as well as Wordpress page. I can access my cPanel however, I think this is because cPanel isn't served by Apache yes?
Nonetheless here are the server specs/config:
WHM 11.32.5 (build 11)
CENTOS 5.8 x86_64 vmware
Apache 2.2.22
PHP 5.3.10
MySQL 5.x
CPU: 2 vCPUs
RAM: 4 GB
php -v
/usr/local/cpanel/bin/rebuild_phpconf --currentPHP 5.3.10 (cli) (built: May 6 2012 00:04:19)
Apache >> Include Editor >> Pre Virtual Host Include (from WHM)Available handlers: suphp dso fcgi cgi none
DEFAULT PHP: 5
PHP4 SAPI: none
PHP5 SAPI: fcgi
SUEXEC: enabled
RUID2: not installed
(contains some fcgid config)
Is the above fcgid config the issue?<IfModule mod_fcgid.c>
FcgidMaxRequestsPerProcess 1000
FcgidMaxProcesses 50
FcgidProcessLifeTime 3600
FcgidIOTimeout 120
FcgidIdleTimeout 600
FcgidIdleScanInterval 90
FcgidBusyTimeout 300
FcgidBusyScanInterval 80
FcgidErrorScanInterval 3
FcgidZombieScanInterval 3
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 4
FcgidMaxRequestLen 20468982
</IfModule>
Extra Info:
At the time of the hang, memory and swap usage, as well as CPU usage seems to be fine. However I may be checking the wrong thing so I will gladly take any advice!
Would appreciate any advice, thank you!
Last edited: