Hi
I didnt see any odd bug with LSWS like this before! in a vBulletin forum when i try to edit some large posts, edit form returns 503 Service Unavailable error in Internet Explorer, but no any error with another browsers!
I tried same exact time/user/cookie and it seems not jumpy to me, all of IE requests returned 503 and all FF/Opera/etc requests are OK
Indeed not all posts but large posts edit using ajax/non-ajax in IE return 503, however the same posts could be edited in FF without any error at the same time using same cookie
This is LS error logs for this:
this is IE request headers:
response headers:
The interesting thing is that when i played with UA and changed MSIE 7.0 to MSIE 2.0 or 3.0 or what ever it didnt return 503 but for MSIE 6.0 or MSIE 7.0 it returns 503
Well, there is no any mod_security rule in my httpd.conf or any rewrite rule in httpd.conf or htaccess, i tested 4.0 and 3.2.24 too both have this bug
It seems to me that some requests with MSIE 6/7 as UA had been blocked by LSWS globally and hope be fixed ASAP
Thanks
I didnt see any odd bug with LSWS like this before! in a vBulletin forum when i try to edit some large posts, edit form returns 503 Service Unavailable error in Internet Explorer, but no any error with another browsers!
I tried same exact time/user/cookie and it seems not jumpy to me, all of IE requests returned 503 and all FF/Opera/etc requests are OK
Indeed not all posts but large posts edit using ajax/non-ajax in IE return 503, however the same posts could be edited in FF without any error at the same time using same cookie
This is LS error logs for this:
Code:
[1.1.1.1:62878-0#APVH_w00t.com] connection to [uds://tmp/lshttpd/lsphp5.sock] on request #798, Connection reset by peer!
[1.1.1.1:62878-0#APVH_w00t.com] connection to [uds://tmp/lshttpd/lsphp5.sock] on request #0, Connection reset by peer!
[1.1.1.1:62878-0#APVH_w00t.com] connection to [uds://tmp/lshttpd/lsphp5.sock] on request #190, Connection reset by peer!
[1.1.1.1:62878-0#APVH_w00t.com] oops! 503 Service Unavailable
[1.1.1.1:62878-0#APVH_w00t.com] Content len: 0, Request line:
GET /forum/editpost.php?do=editpost&postid=173753&x=z HTTP/1.1
Code:
GET /forum/editpost.php?do=editpost&postid=173753 HTTP/1.1
Host: www.w00t.com
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Cookie: bbsessionhash=x; bblastvisit=1237675986; bblastactivity=0; bbuserid=x; bbpassword=x;
Code:
HTTP/1.1 503 Service Unavailable
Date: Sun, 22 Mar 2009 03:21:16 GMT
Server: LiteSpeed
Connection: close
Cache-Control: private, no-cache, max-age=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 400
Well, there is no any mod_security rule in my httpd.conf or any rewrite rule in httpd.conf or htaccess, i tested 4.0 and 3.2.24 too both have this bug
It seems to me that some requests with MSIE 6/7 as UA had been blocked by LSWS globally and hope be fixed ASAP
Thanks
Last edited: