[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?
>
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