mod_statsd icon indicating copy to clipboard operation
mod_statsd copied to clipboard

Log 414 status optionally

Open jib opened this issue 11 years ago • 0 comments

414 is request entity too large

cfg->enabled will be false, but it can be spotted by r->status == 414 and r->uri == null

artificially limit the url length with LimitRequestLine 100

jib avatar Jun 30 '14 02:06 jib