Ignore failures to retrieve proxy.pac

tags/0.1.13_el6 0.1.13_el6
Daniel Berteaud 8 years ago
parent 2ab1d8ab05
commit 7ed43d4171
  1. 2
      root/etc/fail2ban/filter.d/apache-auth.local
  2. 1
      smeserver-fail2ban.spec

@ -0,0 +1,2 @@
[Definition]
ignoreregex = ^%(_apache_error_client)s (AH01797: )?client denied by server configuration: /etc/httpd/conf/proxy/proxy\.pac\s*$

@ -82,6 +82,7 @@ perl createlinks
--dir /var/log/fail2ban 'attr(0750,root,root)' \
--file /var/log/fail2ban/daemon.log 'config(noreplace) %attr(0600,root,root)' \
--file /etc/cron.daily/cleanup_fail2ban 'attr(0755,root,root)' \
--file /etc/fail2ban/filter.d/apache-auth.local 'config(noreplace) %attr(0644,root,root)' \
> %{name}-%{version}-filelist
%files -f %{name}-%{version}-filelist

Loading…
Cancel
Save