- To: <kevin@xxxxxxxxxxx>, <slug@xxxxxxxxxxx>
- Subject: RE: [SLUG] Deny http access to a domain
- From: "Peter Worboys" <pworboys@xxxxxxxxxx>
- Date: Mon Dec 4 20:20:17 2000
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
>