[Solved] few bugs in the file *.error.lsws.log

#1
Hello!

I've a big problems with performance - i've a big traffic on the hour 10:00 ; 12:00; 15:00; 20:00

Users complain that page hangs.

In error.lsws.log i've notice in thats hours (only in 10:00. 12:00 etc..):
1.
Code:
2011-xxx [NOTICE] [xxx] Max retries has been reached, 503!
2011-xxx [NOTICE] [xxx] oops! 503 Service Unavailable
2011-xxx [NOTICE] [xxx] Content len: 0, Request line:
2.
Code:
2011-xxx [WARN] [xxx] Running short of concurrent connections.
2011-xxx [NOTICE] [xxx] Current available connections: 29, real in-use: 121
in particular the bug below (Running short of concurrent connections) is realy much (about 2000 in 1minut 09:59:30 - 10:00:30)
 
#6
Thank you, exactly that I did - it works!


I have a few small bugs:
Code:
[INFO] [XXX] Connection idle time: 301 while in state: 2 watching for event: 25,close!
[NOTICE] [XXX] Content len: 33, Request line: 'POST /XXX.php HTTP/1.1'
[INFO] [XXX] Cookie len: 42, PHPSESSID=a30e21c5bd17d09cf2d110b9fd27552d
[INFO] [XXX] Request body size: 33, received: 0.
[INFO] [XXX] File not found [XXX/robots.txt]
[INFO] [XXX] connection to [/tmp/lshttpd/XXX_lsphp.sock] on request #0, confirmed, 0, associated process: 22553, running: 1, error: No such file or directory!
 
Top