I think I said that wrong. Rather than using a proxy to connect to you, they are trying to use you as a proxy.
Make sure that mod_proxy is not enabled in Apache. If it is not, you should be safe. For more information you can take a look at Apache's wiki page on Proxy Abuse:
http://wiki.apache.org/htt
Main Topics
Browse All Topics





by: BrokenKeysPosted on 2009-06-22 at 13:17:08ID: 24686104
From http://www.w3.org/Protocol s/rfc2616/ rfc2616-se c9.html:
"This specification reserves the method name CONNECT for use with a proxy that can dynamically switch to being a tunnel (e.g. SSL tunneling [44])."
It looks like somebody is connecting to the web server via proxy. The HTTP/1.0 might also be a good indicator of this as it does not support the HTTP Keep-Alive header.