Tugger the SLUGger!SLUG Mailing List Archives

RE: [SLUG] Deny http access to a domain


This might help

Use the .htaccess file

AuthUserFile   	/dev/null
AuthGroupFile  	/dev/null
AuthName		ReallySillyExample
AuthType		Basic

<Limit GET>
order	allow,deny
allow from all
deny from .example.com
</Limit>


Peter Worboys


> -----Original Message-----
> From: slug-admin@xxxxxxxxxxx [mailto:slug-admin@xxxxxxxxxxx]On Behalf Of
> kevin@xxxxxxxxxxx
> Sent: Monday, 4 December 2000 9:39 AM
> To: slug@xxxxxxxxxxx
> Subject: [SLUG] Deny http access to a domain
> 
> 
> Where specifically deny http access to traffic
> refered from example.com
> 
> Kevin
> 
> 
> -- 
> SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
> More Info: http://slug.org.au/lists/listinfo/slug
>