84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
I made sure I loaded the deny.ip file. I tried to ban my own IP, but I can still access the web server. Please solve it
There is only one line written in my deny.ip: deny IP address;
The best configuration is posted for analysis
allow deny is in order, if you
allow 192.168.1.0/24 # ... deny 192.168.1.5
192.168.1.5is accessible
192.168.1.5
There is another possible situation. If your server is local, assume the IP is 192.168.1.5Then you
deny 192.168.1.5
does not affect access via127.0.0.1These are two different network interfaces and vice versa
127.0.0.1
The best configuration is posted for analysis
allow deny is in order, if you
192.168.1.5
is accessibleThere is another possible situation. If your server is local, assume the IP is 192.168.1.5
Then you
does not affect access via
127.0.0.1
These are two different network interfaces and vice versa