Hi,
On mar. 17 mars 15:47:36 2020, the...@sys-concept.com wrote:
> How to block in .htaccess file certain IP range?
>
> I have bot from huawei.com on my server for several days:
> IP: 114.119.128.0 - 114.119.191.255
> Or just block all China
In a case like this, I’m not trying to bother about ho
On 03/17/2020 04:51 PM, Michael wrote:
> Please do not top-post in this mailing list.
>
> On Tuesday, 17 March 2020 22:41:26 GMT the...@sys-concept.com wrote:
>> I have tried (doesn't work)
>>
>>
>> order allow,deny
>> allow from all
>>
>> # block spamers:
>> deny from huawei.com
>>
>>
>> I'm st
Please do not top-post in this mailing list.
On Tuesday, 17 March 2020 22:41:26 GMT the...@sys-concept.com wrote:
> I have tried (doesn't work)
>
>
> order allow,deny
> allow from all
>
> # block spamers:
> deny from huawei.com
>
>
> I'm still getting over 800-entires from: 114.119.128.0 - 11
I have tried (doesn't work)
order allow,deny
allow from all
# block spamers:
deny from huawei.com
I'm still getting over 800-entires from: 114.119.128.0 - 114.119.191.255
Thelma
On 03/17/2020 04:00 PM, Michael wrote:
> Require not ip 114.119.128.0/255.255.255.0
The below are not blocking those IP's :
deny from 114.119.128.0/24
deny from 114.119.128.0
Thelma
On 03/17/2020 04:00 PM, Michael wrote:
> On Tuesday, 17 March 2020 21:56:29 GMT the...@sys-concept.com wrote:
>> Will it work:
>> deny from 114.119.128.0/114.119.191.255
>>
>> Thelma
>
> It is better
I'm still using apache 2.2
So I think it should be:
deny from 114.119.128.0/24
With the:
Require all granted
Require not ip 114.119.128.0/24
I couldn't even access my own webpage from localhost.
Thelma
On 03/17/2020 04:00 PM, Michael wrote:
> On Tuesday, 17 March 2020 21:56:29 GMT th
On Tuesday, 17 March 2020 21:56:29 GMT the...@sys-concept.com wrote:
> Will it work:
> deny from 114.119.128.0/114.119.191.255
>
> Thelma
It is better to use this syntax:
Require all granted
Require not ip XX.XXX.XX.XXX
So your example address space becomes:
Require not ip 114.119.1
Will it work:
deny from 114.119.128.0/114.119.191.255
Thelma
On 03/17/2020 03:47 PM, the...@sys-concept.com wrote:
> How to block in .htaccess file certain IP range?
>
> I have bot from huawei.com on my server for several days:
> IP: 114.119.128.0 - 114.119.191.255
> Or just block all China
>
How to block in .htaccess file certain IP range?
I have bot from huawei.com on my server for several days:
IP: 114.119.128.0 - 114.119.191.255
Or just block all China
--
Thelma
9 matches
Mail list logo