[mod-security-users] Filtering 404's and 500's
Brought to you by:
victorhora,
zimmerletw
|
From: Philippe B. <pbo...@ci...> - 2005-11-03 10:43:04
|
Hi, On a reverse proxy, I'm trying to filter HTTP 404 and HTTP 500 errors. I'm using the following rule : SecFilterSelective OUTPUT "HTTP\/(0\.9|1\.0|1\.1) 404 Not Found" and the 500 one is similar. I've tried a few other ones, but this one looks fine to me. It doesn't work, why ? Could it be that the headers are not part of "OUTPUT" ? Sincerely, Philippe Bourcier |