Re: [mod-security-users] http-version
Brought to you by:
victorhora,
zimmerletw
|
From: Tom A. <tan...@oa...> - 2005-02-01 19:18:59
|
----- Original Message ----- From: "Ivan Ristic" <iv...@we...> > The variable that works is SERVER_PROTOCOL. There's one problem, > though. Apache handles requests with invalid protocol versions long > before the request is passed on to mod_security for analysis. That's > why it always responds with 400. Is there a way to redirect the 400 response? I tried it with ErrorDocument, but it didn't seem to work. I guess it doesn't pass the error document request back through mod_security. In fact, it didn't even fetch the error document for 400 at all, but just returned its generic 400 error message. Tom |