asp and ip
From: Dude arizona (Dudearizona_at_discussions.microsoft.com)
Date: 07/27/04
- Next message: Mark Parter: "Re: Integrated Authentication (Kerberos) Problem"
- Previous message: Tom Kaminski [MVP]: "Re: Access to non-virtual-directory UNC paths from IIS 6.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 27 Jul 2004 09:23:39 -0700
Hi,
I have windows server 2003 with iss. I cant ban a user from coming to my voice chat. For example, perhaps there's a bot that ignores the robot exclusion rules. I read on http://www.macosxhints.com/article.php?story=20030519102221674&mode=print website that in apache we can ban the user by adding "BrowserMatch "some_text" badbot" to httpd.conf file to ban any specific browser or robot.
And then do the following:
Then inside your <Directory "/Library/WebServer/Documents"> section, add the following line before the Allow from all line (I removed the comments, showing only the active commands):
<Directory "/Library/WebServer/Documents">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
# The next line is the new addition
deny from env=badbot
Allow from all
</Directory>
Im sick and tired of this user coming and disturbing my visitors. I have to do something about it or leave windows server 2003 and move to apache.
Please help.
DUDE
P.s. I did go to iis and there denied the ip from access but still this user can come in. the voice chat system doesnt allow anyone to change name once get into the room, but this guy can change name and do anything he likes. im very sick of it.
- Next message: Mark Parter: "Re: Integrated Authentication (Kerberos) Problem"
- Previous message: Tom Kaminski [MVP]: "Re: Access to non-virtual-directory UNC paths from IIS 6.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|