https://bz.apache.org/bugzilla/show_bug.cgi?id=62936
--- Comment #2 from Serge <[email protected]> --- (In reply to Eric Covener from comment #1) > > Request_Method "GET(.*)/maxtop\.php$" > > This will never match, Request_Method is something like "GET" alone. Do you mean we can only exclude ALL GET requests but not certain GET requests by regex like SetEnvIf Request_Method "\.php$" dontlog ? Please, comment precisely to understand the issue finally, otherwise the question should be REOPENED. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
