ModProxy and ModEvasive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

I’m trying to redirect block and redirect traffic with Mod_evasive and mod_proxy.

I can get either one of those components working individuals, but when both are combined only mod_proxy appears to be working with this config.

proxy.conf

ProxyPreserveHost On
    ProxyRequests On
  <Proxy *>
    Order allow,deny
        Deny from none
    Allow from all
  </Proxy>
ProxyVia On

 ProxyPass / http://apache.org/
 ProxyPassReverse / http://apache.org/

/usr/share/doc/mod_evasive-1.10.1/test.pl always returns OK


If I change the proxy pass to 
 ProxyPass /foo http://apache.org/
 ProxyPassReverse /foo http://apache.org/

/usr/share/doc/mod_evasive-1.10.1/test.pl return 403

It’s as if mod_proxy is activating before mod_evasive.

Any thoughts?

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux