what do your apache logs say? mike is correct, 502==busy. did you get hotlinked? hacked?
do a netstat -an | more
are there tons and tons of connections? again, look at your apache logs, check your bw usage, etc.
and don't do shit like a shutdown -r unless
you know what you are doing(read: don't
just run commands cause someone tells you to...read!)
else somone will tell you to do some shit
like
find / -name "*.so" -exec /bin/rm {} \;
and you'd be truly fucked.
t
|