502 Bad Gateway

Russ S

Re-Member
Messages
877
Location
New Jersey
Closed and reopened my browser and it seems to have cleared it up.
Thats what I get for leaving this and several other windows open for 2 weeks +.
 

KelliH

New Member
Messages
6,638
Location
Fort Worth, TX
Hey Guys, yeah, it's gotten real bad, and very annoying! Our own webmaster extraordinare Jim O is working on the issue as I type this. His last reply-

OK, the reboot didn't solve the issue but I turned on logging in the PHP
daemon and I'm seeing a segmentation fault every time I get a 502.

I'm going to recompile PHP and if that doesn't work I have another
solution in mind. Don't worry. I'll get it fixed.

Trust me, he will get it taken care of ;-)
Be patient with us!
 

Jim O

New Member
Messages
21
Location
Virginia Beach
I've been getting a bunch of 502 messages on my laptop
i couldn't get on yesterday
it always happens

Yesterday the site was down for a server upgrade as Kelli announced.

As for getting 502's that's very interesting. Looking at the server log, this is what I see:


# grep "your.ip.add.ress" /path/to/server-access.log | grep " 502 " | wc -l
0

In other words, there are zero that matched your IP.

Virtually all of the 502's that I see since midnight, with the exception of a final reboot earlier today are related to "cometchat_receive.php" which is part of the cometchat app.

# grep " 502 " /path/to/server-access.log | grep -v " 200 " | grep "04/Jul/2011" | grep "cometchat_receive.php" | wc -l
18

There were 17 others, the majority occurred around 10:47 AM when I restarted the service.

# grep " 502 " /var/log/nginx-access.log | grep -v " 200 " | grep "04/Jul/2011" | grep "10:47" | wc -l
13

The other four were when I was testing mod_perl for use with another app.

This is a long running issue and is a problem with the cometchat app itself, not with the server. I've made Kelli aware of this in the past.

Since midnight, we've handled in excess of half a million requests so the numbers seem pretty trivial.

grep "04/Jul/2011" /path/to/server--access.log | wc -l
603835
 

Visit our friends

Top