I've spent the last month trying to debug an issue with a very large vBulletin forum with around 3,000 concurrent users. It runs on a DELL enterprise class server with 8 cores and 8x 15K drives, server load and page load times are fine.
The issue is constant 503 errors. I've hired 3rd parties to review the issue as well including some well known folks on this forum. I think Gary also took a quick look into the issue as well.
So far we have tried:
We tailed the error_log, access_log and domlogs for days during this whole process and found that the 400 error seems to be the cause of the issue when hitting some of the links on the site...if that makes any sense.
This 400 error is being created while a forum link is being hit.
*********
XX.XXX.254.XXX - - [16/Feb/2010:14:42:41 -0600] "GET /forums/showthread.php?t=1185464 HTTP/1.1" 503 400 "http://xxxxx.com/forums/forumdisplay.php?f=40" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7"
XX.XXX.254.XXX - - [16/Feb/2010:17:06:13 -0600] "GET /forums/showthread.php?t=1185550 HTTP/1.1" 503 400 "http://www.xxxxx.com/" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7"
XX.XXX.254.XXX - - [16/Feb/2010:17:07:22 -0600] "GET /forums/showthread.php?t=1185573 HTTP/1.1" 503 400 "http://xxxxx.com/forums/forumdisplay.php?f=40" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7"
*********
Needless to say we've run out of ideas and help is appreciated!
The issue is constant 503 errors. I've hired 3rd parties to review the issue as well including some well known folks on this forum. I think Gary also took a quick look into the issue as well.
So far we have tried:
- Disabling and tweaking eAccelerator
- Disabling and tweaking ioncube loaders
- increased memory limit on PHP5 to 800MB was 256
- re-compiled apache several times
We tailed the error_log, access_log and domlogs for days during this whole process and found that the 400 error seems to be the cause of the issue when hitting some of the links on the site...if that makes any sense.
This 400 error is being created while a forum link is being hit.
*********
XX.XXX.254.XXX - - [16/Feb/2010:14:42:41 -0600] "GET /forums/showthread.php?t=1185464 HTTP/1.1" 503 400 "http://xxxxx.com/forums/forumdisplay.php?f=40" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7"
XX.XXX.254.XXX - - [16/Feb/2010:17:06:13 -0600] "GET /forums/showthread.php?t=1185550 HTTP/1.1" 503 400 "http://www.xxxxx.com/" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7"
XX.XXX.254.XXX - - [16/Feb/2010:17:07:22 -0600] "GET /forums/showthread.php?t=1185573 HTTP/1.1" 503 400 "http://xxxxx.com/forums/forumdisplay.php?f=40" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7"
*********
Needless to say we've run out of ideas and help is appreciated!
Last edited: