Re: [users@httpd] CustomLog dontlog not working consistently

2016-08-11 Thread Daniel Bray
I see it is logging all the failed checks to the normal /var/log/httpd/error_log as well. No other server is doing this though, and I have the same config on each server. All the other servers do not log the OpenVAS scans, but this one does. That is the really confusing part. I even went as far as

Re: [users@httpd] CustomLog dontlog not working consistently

2016-08-11 Thread Eric Covener
On Thu, Aug 11, 2016 at 2:38 PM, Daniel Bray wrote: > I've tried a few things to fix this issue, but so far nothing is working. > This is very confusing. Any suggestions? Likely that 400 error aborts processing before SetEnvIf has a chance to run and set the variable. -- Eric Covener cove...@gm

[users@httpd] CustomLog dontlog not working consistently

2016-08-11 Thread Daniel Bray
Hello List, I've just stumbled onto the weirdest issue: server1 and server2 running CentOS 7 with latest updates. server1 running OpenVAS for internal scans. server2 running Apache with the following in the config: SetEnvIf Remote_Addr "^10\.10\.10\.5$" dontlog #OpenVAS CustomLog logs/access_log