lsapi packet too large

felosi

Well-Known Member
#1
I got a client who has been getting 503 errors on a script they have. the error is this
2008-09-20 12:42:08.477 [WARN] [75.181.94.88:1795-0#APVH_faunaads.com] LSAPI Packet is too large: 66008
2008-09-20 12:42:08.477 [INFO] [75.181.94.88:1795-0#APVH_faunaads.com] connection to [uds://tmp/lshttpd/APVH_faunaads.com_Suphp.sock] on request #33, error: Input/output error!
2008-09-20 12:42:08.570 [WARN] [75.181.94.88:1795-0#APVH_faunaads.com] LSAPI Packet is too large: 66008
2008-09-20 12:42:08.570 [INFO] [75.181.94.88:1795-0#APVH_faunaads.com] connection to [uds://tmp/lshttpd/APVH_faunaads.com_Suphp.sock] on request #10, error: Input/output error!
2008-09-20 12:42:08.570 [NOTICE] [75.181.94.88:1795-0#APVH_faunaads.com] oops! 503 Service Unavailable
2008-09-20 12:42:08.570 [NOTICE] [75.181.94.88:1795-0#APVH_faunaads.com] Content len: 0, Request line:

Ive tried to do everything. I cant find any setting on this
 

mistwang

LiteSpeed Staff
#2
This error means that the script generate an extremely large response header. larger than 64K.
Maybe store too much data in the cookies? It is not efficient.
 

felosi

Well-Known Member
#4
George is there any way possible to increase this limit. Basically the clients coder told him nothing is wrong with his script and that we need to fix it on server side because it does work on apache
 

mistwang

LiteSpeed Staff
#5
It wont work as the LSWS also limit the size of response header, see the tuning tab of server configuration. So, even this LSAPI limit being lifted, it wont pass the next checkpoint.

LiteSpeed is not friendly with script produce large response headers.
 
#6
As far as i can see , there are quite some things that litespeed is not friendly with.
For such a price for a webserver ( thinking about nginx for example which is free and probably same level of performance ) litespeed should do something to outstand from the free webservers.

Should be very customizable(including support of the most webservers features). At this point, litespeed seems to be quite limited to what you "developers" had in mind is standard. Well ..... there are tons of us out there that don't exactly fit into the standard thingy. Should think about that.
 
Last edited:
Top