> -----Original Message-----
> From: Mark A. Craig [mailto:[EMAIL PROTECTED] 
> >>
> >> <Directory "C:/www/blog">
> >>    Options None
> >>    AllowOverride None
> >>    #Order allow,deny
> >>    #Allow from all
> >>    order deny,allow
> >>    deny from .svservers.com

This is just a guess, but I wouldn't put in the leading dots in the
domain names, if I were you. It's not done like that in the docs and, if
I guess rightly (without bothering to check the code), apache just does
a DNS lookup on the "deny from" argument. If so, then it will not
resolve with a leading dot.


> >>    deny from .static.theplanet.com
> >>    deny from .goo.ne.jp
> >>    deny from .cable.casema.nl
> >>    deny from -xbox.dedi.inhoster.com

Also, partial matches won't work (so say the docs).

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> >>    deny from .knology.net
> >>    deny from .pppoe.mtu-net.ru
> >>    deny from .barak-online.net
> >>    deny from .barak.net.il
> >>    deny from .keymachine.de
> >>    deny from .hostingprod.com
> >>    deny from .client.bresnan.net
> >>    deny from 210.240.
> >>    deny from .dsl.ip.tiscali.nl
> >>    deny from .qwerty.ru
> >>    deny from .t-ipconnect.de
> >> </Directory>
> >>
> >> There's only one problem: it's not working!  The log still shows 
> >> visits from these hostnames.  What am I missing?  Do I need to add 
> >> "/*" to the end of the <Directory> directive, or do subdirectories 
> >> implicitly inherit the same directives?
> >>
> >> Mark
> >>
> >>
> >>
> > 
> > you should use
> > 
> > Order allow,deny
> > Allow from all
> > 
> > instead of
> > 
> > order deny,allow
> > 
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to