[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SOLVED: apache being hit



Thanks a lot guys!
That was right. I had to change '/etc/apache/modules.conf' as well as
changing /etc/apache/httpd.conf; I commented out the line:

LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so

Then requests stopped right away. Isn't it weird that even yahoo.com
was using my server? I mean, isn't this 'proxy-using' thing abusive?
Is it ok for them to do that? I really don't know very well what
proxy-ing means in this context, so if you have any references to help
me out, I'd appreciate it.

Either way, thanks a lot, the problem is solved.

If you answer, please send a copy to me, since I am not currently on
the list.

Roberto.

On Tue, 09 Nov 2004 13:39:10 +0100, Mathias Tauber <tauberml@hdpnet.de> wrote:
> Roberto,
> 
> > Guess you were right, proxies were enabled. I commented out the lines:
> >
> > <IfModule mod_proxy.c>
> > ProxyRequests On
> >
> > from 'httpd.conf'. But I am still getting a lot of entries in
> > access.log (I restarted apache)
> 
> that's not enough! Look for this line:
> 
>         LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so
> 
> Here you need the comment. If you still encounter problems, let
> us know...
> 
> 
> Mathias
>



Reply to: