vhconf charecter limit or number of lines limit?

#1
could you explain what this limit is and how it works exactly?

if its a limit for "each configuration entry", and not a "total number of entries" then this wouldnt be causing my problem, because the redirect lines im using are as short as possible

Yes, there is a limit for each configuration entry. We will increase the limit in next release.

But, 1470 lines of rewrite rules is too much, It will slowdown the server a lot. If possible, you can use a rewrite map to simplify the rewrite rules, and it will run a lot faster.
 

mistwang

LiteSpeed Staff
#2
Take a look at the vhost configuration xml file, the maximum length of the value of each xml tag was limited to 64KB, the total length of those rewrite rules exceed the limit. The limit will be lifted to 1MB in next release, should be large enough.
 
#3
thanks for this answer, i understand now.

when will the next release come out? why not set this limit to 10mb or 100mb? ram is cheap now :)

Take a look at the vhost configuration xml file, the maximum length of the value of each xml tag was limited to 64KB, the total length of those rewrite rules exceed the limit. The limit will be lifted to 1MB in next release, should be large enough.
 
Top