blocking access to web

Ray Strode halfline at hawaii.rr.com
Fri Mar 30 22:03:24 PST 2001


> 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?
inside your apache config file you should have something along the lines of
<Directory "/var/www/html">
where /var/www/html is your document root.
Somewhere below there you should have something along the lines of 
Allow from All
under that add 
Deny from 128.242.218.
or whatever.  (The above would block 128.242.218.*)

--Ray Strode



More information about the LUAU mailing list