[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Deny Web page viewing



> 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