[solved] cookie length/content length

sofatime

Well-Known Member
#1
Hi,

I have an application which produces the following error messages:

Content len: 28152, Request line: 'POST /index.php?...
Cookie len: 184, ...

These requests are then blocked by lsws.

Unfortunately I cannot find the settings to change these limits. Can anyone help here?

Thanks
Daniel
 
Last edited by a moderator:

sofatime

Well-Known Member
#3
I think I mixed up log messages. litespeed blocked a request with the following error message:

mod_security rule triggered!
[Wed Feb 29 16:21:32 2012] [error] [client 192.168.1.10] ModSecurity: Access denied with code 403, [Rule: 'ARGS' '(fromCharCode|http-equiv|<.+>|innerHTML|dynsrc|-->)']
[Msg: XSS attack]

This was not an XSS attack but just some strange request by this application. I disabled this rule, looks good now. The mentioned log entries have nothing to do with this.

Sorry about that.
Daniel
 
Top