Re: [mod-security-users] Logging server response
Brought to you by:
victorhora,
zimmerletw
|
From: Todor P. <pet...@gm...> - 2018-10-19 07:39:40
|
On Thu, Oct 18, 2018 at 9:00 PM Christian Folini <chr...@ne...> wrote: > > Todor, > > Your pastebin is now gone, but it feels as if your RewriteRule would ahve > apache stop all further execution of the request. This bypasses ModSec > and immediately sends out the response. This is also the case when you > encounter a local 404 as an example. Hello, this is the new pastebin https://pastebin.com/PxAPdH4b I came upon this issue on github https://github.com/SpiderLabs/ModSecurity/issues/185 but I could not find anything useful there. Also, the response is "200". htaccess is: RewriteEngine on RewriteRule (.*) index.php [L] Thanks in advance |