Re: [users@httpd] Apache 2.4.x - Restriction of HTTPS Enforcement to external clients

2018-06-06 Thread Matthew Jones
I think you can add an additional RewriteCond under the first: RewriteCond %{HTTP_HOST} ^www\.example\.com$ -- Matt Jones Senior Network Systems Specialist x3967 @huddsweb On 05/06/2018, 19:26, "Luther Enahoro" mailto:luther.enah...@etranzact.com>> wrote: Hello, I have a need to restrict

[users@httpd] mod_evasive whitelist question

2017-09-13 Thread Matthew Jones
Hi all I'm trying to whitelist 10.* addresses so that they¹re not caught by mod_evasive. I¹ve added the 10.*.*.* range to a DOS whitelist directive in evasive.conf but it¹s still blocking various 10.* IPs. Here¹re the contents of evasive.conf: DOSHashTableSize9239 DOSPageCount

Re: [users@httpd] RE:multiple hits from single IP

2017-02-23 Thread Matthew Jones
If it¹s genuinely a legitimate IP then maybe you could try whitelisting it in your evasive.conf? -- Matt Jones Senior Network Systems Specialist x3967 @huddsweb On 23/02/2017, 08:59, "Chaithanya Taduri" wrote: > > >Hi Team, > >Could you please help me here. How

Re: [users@httpd] Whitelisting in mod_evasive

2016-11-03 Thread Matthew Jones
On 02/11/2016, 08:42, "Luca Toscano" > wrote: as side note mod_evasive is a third party module not included in the httpd official release, so we can try to help but it would be better to follow up with the module's author (even though if I

[users@httpd] Whitelisting in mod_evasive

2016-10-31 Thread Matthew Jones
Hello all, first up apologies if this is not the correct place for this question. If it's not, then I'd appreciate a nudge in the correct direction. I'm trying to configure mod_evasive so that it whitelists a number of IP ranges, in particular our private 10.*.*.* network. I've added that range