[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: Jay Summers <jay@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu Jun 28 06:39:10 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?
Hey Tim,
If you want to deny all traffic from a certain ip, you could use the route
command.
Example:
route add -host 111.111.111.111 reject
If you want to keep them out of certain url I believe you could do it with
an .htaccess file.
This should get you started.
http://httpd.apache.org/docs/mod/mod_access.html
HTH,
j