[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Deny Web page viewing
- Subject: RE: [cobalt-users] Deny Web page viewing
- From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Thu Jun 28 04:53:48 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Can anyone tell me how to deny from one ip or a block ip from pulling up a
> web page on the cobalt raq 2?
>
The same way you would on any Apache server in the access.conf file by
directory, not a single page.
<Directory /path/to/directory>
Order allow,deny
allow from all
deny from xx.xx.xx.xx
</Directory>
xx.xx.xx.xx = IP address
I did the same thing after some bozo kept sending harassing email via my
client's online form. Fortunately the FormMail had the REMOTE_ADDR in it.
--
Dan Kriwitsky