blocking access to web

Warren Togami warren at togami.com
Fri Mar 30 21:20:26 PST 2001


I haven't used this for over 2 years, but try the syntax in this page.
Thank Ray who sent me most of this information.
http://httpd.apache.org/docs/location.html

Keep in mind that your Apache configuration may NOT be resolving host names
to IP's, in which case you will need to use an IP address range instead of
hostname range.

Another (and arguably cleaner) way of doing it is to simply deny that user
from connecting your machine.
Under Linux kernel 2.2
ipchains -I input -s <TARGET> -j DENY -l

If you need kernel 2.4 syntax for iptables e-mail back.

----- Original Message -----
From: "dave" <d.eason at home.com>
To: "Linux & Unix Advocates & Users" <luau at list.luau.hi.net>
Sent: Friday, March 30, 2001 6:17 PM
Subject: [luau] blocking access to web


> Is there a feature in apache to block an ip address or range of addressing
> from viewing a webpage (or all webpages)?  If not, any other ways/methods?
>
>
> -Dave
>
>
> ---
> You are currently subscribed to luau as: warren at togami.com
> To unsubscribe send a blank email to $subst('Email.Unsub')
>



More information about the LUAU mailing list