[plug] strange GET requests

Jon Miller jlmiller at mmtnetworks.com.au
Sun Sep 14 10:09:17 WST 2003


Thanks for that, however the person (s) that did the initial setup are no longer working here. 
It's been a battle trying to find out where the packets are coming from and where to stop them.  Will give this a go and hopefully it'll stop the proxy.

Jon

Jon L. Miller, MCNE, CNS
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://www.mmtnetworks.com.au

"I don't know the key to success, but the key to failure
 is trying to please everybody." -Bill Cosby



>>> devenish at guild.uwa.edu.au 9:11:13 AM 14/09/2003 >>>
In message <sf6431cb.060 at mmtnetworks.com.au>
on Sun, Sep 14, 2003 at 09:15:47AM +0800, Jon  Miller wrote:
> okay this was supposedly fixed by turning off ProxyRequests ON in
> /etc/httpd/conf/httpd.conf.  Is there another method of making sure
> this is off?

Ermm...do you mean how to turn off the *feature*? Well, that will depend
on your system and would be contingent on details such as WHAT WEB
SERVER IS SERVING THE REQUESTS????????? For Apache 1 and 2, what you did
should be fine -- though you might want to inquire with the person who
went and turned the feature on in the first place. You could also remove
Apache's mod_proxy, if you want to prevent admins from turning the
feature on in future. However, mod_proxy might have been compiled into
your server and cannot be removed without recompiling or installing a
different package.  Most people would find it sufficient to replace the
line like this (in httpd.conf):

LoadModule proxy_module       /usr/apache/libexec/libproxy.so
AddModule mod_proxy.c

with:

#Note from Jon Miller 2003-09-14: DO NOT enable mod_proxy
#LoadModule proxy_module       /usr/apache/libexec/libproxy.so
#AddModule mod_proxy.c


_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plug.org.au/pipermail/plug/attachments/20030914/c861cd20/attachment.htm>


More information about the plug mailing list