Stoping access from a specific IP address...

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Stoping access from a specific IP address...

Postby ozental_uk » 02. September 2004 10:00

I have a software firewall running but I'm getting 'attacks' from a couple of identified IP addresses. I don't seem to be able to 'stop' access access from those IPs from my firewall so if there any way in Apache to stop certain IP address from all access to my server?
ozental_uk
 
Posts: 21
Joined: 30. July 2004 22:17

Postby Maller » 03. September 2004 06:24

Put this in a htaccess files:
Code: Select all
<Limit GET POST>
Order Allow,Deny
deny from xxx.xx.xx.xx
allow from all
</Limit>

Replace xxx.xx.xx.xx with the ip address you want to block
User avatar
Maller
 
Posts: 49
Joined: 06. March 2004 14:47


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 146 guests