How does apache know that it is coming from wget. i mean if i request a webpage using wget, it will connect to server using http and do the same thing browser does except interpreting html code.
---kunal On Fri, 5 Jul 2002, Binand Raj S. wrote: > To list admin: Not posting from my regular address. > Please approve. > > --- Ashok Kumar <[EMAIL PROTECTED]> wrote: > > Hi > > > > How to block some body using wget and download all > > my > > webserver files. > > Crude way (in Apache): > > Order Deny,Allow > BrowserMatch "wget" using_wget=1 > Deny from env=using_wget > Allow all > > Binand > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek We have stuff for geeks like you. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
