Results 1 to 5 of 5
Hey J just a note i keep getting critical DB error from phpBB its having trouble connecting. I asume this is the server move? Just thought id inform you though....
- 08-17-2004 #1
DB connect errors
Hey J just a note i keep getting critical DB error from phpBB its having trouble connecting. I asume this is the server move? Just thought id inform you though.
- 08-17-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
I noticed this earlier on today, it looks like some lamer sending a **** load of HTTP requests causing the mysql max connections limit to be exceeded.
I have just put a redirect hack in the code for that IP address so all their forum requests now go here: http://www.linuxforums.org/lamer.html
Jason
- 08-18-2004 #3
- 08-18-2004 #4Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
yeah, looks like same arsehole but a different IP address.
It looks like a flood of HTTP requests actually get sent and are recorded in the http logs, but there is some sort of connectivity problem which leaves the apache child process waiting to write data out but it cannot hence the child processes linger until network socket timeout.
If the worst comes to the worst I'll block the whole subnet.
Jason
- 08-18-2004 #5


Reply With Quote
