rewrite content limit

#1
I finally figured out what was oging wrong with the rewrite

My rewrite is longer than litespeed reads when it exectutes.... It looks to me like it's 4132 characters. I noticed my last rewrite was getting cut off, and the problem was tested again by removing/adding a few characters to the rewrite. The XML file stores the correct data, but when litespeed goes to do the rewrite, it only reads that amount of characters from my rewrite.

I can use my htaccess file now, so that will keep me happy, heh. It seems to have no problems whatsoever :)

--Channel Cat
 

mistwang

LiteSpeed Staff
#2
Thank you for the update.

That's quite a lot rewrite rules, isn't it? :wink: I can imagine how slow Apache would be.

It is cuased by a limit imposed during parsing XML configuration file. It has been increased to around 32KB. Please download the updated package and try again. :)

Best regards,
George Wang
 
Top