** Reply to note from Andrew McNaughton <[EMAIL PROTECTED]> Fri, 18 Jul 2003 14:48:26 
+1200 (NZST)


> server if you don't already have it.  Try this for the same effect: 
....
> Andrew 

 
> > > are there any worthwile httpd.conf mods to minimize impact or ? 
> > 
> > This rejects the request without logging it: 
> >

Andrew, John, 

thanks.

so, basically, this simply doesn't register on my logs the hits, yes ?
BUT, I'm still sending error 403 or whatever is the error, to the requester,
yes ?

I was thinking more in terms of trying to reduce the footprint of the
traffic served, like, sending a tiny reponse, rather than the error, like:

AliasMatch /scripts/ /apache/htdocs/errordocs/na.html
AliasMatch /msadc/ /apache/htdocs/errordocs/na.html
AliasMatch /MSADC/ /apache/htdocs/errordocs/na.html
AliasMatch /winnt/ /apache/htdocs/errordocs/na.html
AliasMatch /system32/ /apache/htdocs/errordocs/na.html
AliasMatch /_vti_bin/ /apache/htdocs/errordocs/na.html
AliasMatch /_mem_bin/ /apache/htdocs/errordocs/na.html
AliasMatch /root\.exe /apache/htdocs/errordocs/na.html
AliasMatch /cmd\.exe /apache/htdocs/errordocs/na.html
AliasMatch /Admin\.dll /apache/htdocs/errordocs/na.html
AliasMatch /default\.ida /apache/htdocs/errordocs/na.html

with 

<groper>[E:\apache]cat \apache\htdocs\errordocs\na.html
<P>Not allowed

does that make sense ?



Voytek Eymont

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to