Hello,
I seem to be getting 408 errors on a few LiteSpeed powered VPSs and I'm not entirely sure as to why. The node loads/ram/ I/O etc... are all fine as are the statistics on the VPSs that are having the issues.
This is on 4.0.13 - I did try 4.0.14 previously but was getting 503 errors so I rolled back.
This happened between 6:03 AM and 6:18 AM.
sar -r
sar -q
sar
Any suggestions on things I can check such as a log file, updating some settings, etc?
I seem to be getting 408 errors on a few LiteSpeed powered VPSs and I'm not entirely sure as to why. The node loads/ram/ I/O etc... are all fine as are the statistics on the VPSs that are having the issues.
This is on 4.0.13 - I did try 4.0.14 previously but was getting 503 errors so I rolled back.
Code:
HTTP/1.0 408 Request Time-out
Date: Thu, 13 May 2010 10:04:43 GMT
Server: LiteSpeed
Connection: close
Cache-Control: private, no-cache, max-age=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 530
Code:
<html>
<head><title> 408 Request Time-out
</title></head>
<body><h1> 408 Request Time-out
</h1>
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
<hr />
Powered By <a href='http://www.litespeedtech.com'>LiteSpeed Web Server</a><br />
<font face="Verdana, Arial, Helvetica" size=-1>LiteSpeed Technologies is not responsible for administration and contents of this web site!</font></body></html>
sar -r
Code:
05:40:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbswpfree kbswpused %swpused kbswpcad
05:50:04 AM 243936 280352 53.47 0 0 0 0 0.00 0
06:00:01 AM 242300 281988 53.78 0 0 0 0 0.00 0
06:10:02 AM 204064 320224 61.08 0 0 0 0 0.00 0
06:20:04 AM 245820 278468 53.11 0 0 0 0 0.00 0
06:30:01 AM 268680 255608 48.75 0 0 0 0 0.00 0
Code:
05:40:01 AM runq-sz plist-sz ldavg-1 ldavg-5 ldavg-15
05:50:04 AM 2 159 1.12 0.78 0.92
06:00:01 AM 3 162 0.83 0.96 0.98
06:10:02 AM 10 163 3.28 2.82 2.01
06:20:04 AM 10 160 1.36 3.92 3.31
06:30:01 AM 2 156 0.26 0.97 2.06
Code:
05:40:01 AM CPU %user %nice %system %iowait %steal %idle
05:50:04 AM all 7.12 0.00 1.74 0.82 0.00 90.31
06:00:01 AM all 10.35 0.00 5.01 0.68 0.00 83.95
06:10:02 AM all 14.67 0.00 18.03 2.87 0.00 64.42
06:20:04 AM all 9.60 0.00 43.74 0.61 0.00 46.05
06:30:01 AM all 7.32 0.01 1.81 1.28 0.00 89.58
Last edited: