07-27-04 10:57 PM
Hi,
I have windows server 2003 with iss. I cant ban a user from coming to my voice chat. Fo
r example, perhaps there's a bot that ignores the robot exclusion rules. I read on [url
]http://www.macosxhints.com/article.php?story=20030519102221674&mode=print[/url]
website
that in apache we can ban the user by adding "BrowserMatch "some_text" badb
ot" 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, show
ing 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.
[ Post a follow-up to this message ]
|