Max request body size

#1
Hi, im looking into buying litespeed for two of my servers but i have noticed that the max request body size is too low for my site (1 gb). Is there any way i can increase it to 7 gb?
 

NiteWave

Administrator
#2
should be no problem.

lsws admin console
->Server->Tuning
->Max Request Body Size (bytes)

the help text:
"Max Request Body Size
Specifies the maximum size of a HTTP request body. For 32Bit OS, 2GB is the hard limit; For 64Bit OS, it is virtually unlimited."
 
#3
should be no problem.

lsws admin console
->Server->Tuning
->Max Request Body Size (bytes)

the help text:
"Max Request Body Size
Specifies the maximum size of a HTTP request body. For 32Bit OS, 2GB is the hard limit; For 64Bit OS, it is virtually unlimited."
If I increase it more than 1G it says it is an invalid value. I have seen in your documentation that 1Gb is hard limit.
 

NiteWave

Administrator
#6
thanks for pointing out, we'll fix the document.

the help text in lsws admin console is the latest.

your lsws version ? 4.2.1 or 4.1.13 or 4.2.2 or 4.0.20 ?
 
#15
OK, reproduced on 4.2.2 in our lab's 64-bit linux box as well.
error message like below always in error_log or error.log every time when restart lsws:
2013-02-27 03:24:12.341 [WARN] [config:server:tuning] invalid value of <maxReqBodySize>:5G, use default=2097152
will report it to our dev. Thanks.
 
#16
OK, reproduced on 4.2.2 in our lab's 64-bit linux box as well.
error message like below always in error_log or error.log every time when restart lsws:


will report it to our dev. Thanks.
Thanks for your help, please let me know when this is fixed. I really would like to buy litespeed for my two current servers and for more in a future.
 

webizen

Well-Known Member
#17
fix is available. do force reinstall 4.2.2 from admin console or '/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.2' from command line.
 
#18
fix is available. do force reinstall 4.2.2 from admin console or '/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.2' from command line.
It is still not working, i have ran the bash command as root first, it didn't work so i went to the panel and do a force reinstall.

 
Top