Mobile app version of vmapp.org
Login or Join
Angela700

: Requests with http://. should I block? I took a look at my logs and found out that earlier this year, random computers made a request to resources and my log recorded it as follows: "GET

@Angela700

Posted in: #Block #PageSpeed #Performance #Url

I took a look at my logs and found out that earlier this year, random computers made a request to resources and my log recorded it as follows:

"GET testp3.pospr.waw.pl/testproxy.php HTTP/1.1"


I also received a few others that are similar except that testp3 is testp1 and testp4 instead. So I checked the URL and it returned my IP address.

I'm tempted to make a module that stops requests starting with from accessing any part of my server (even before mod-rewrite kicks in) because I like my server fast.

Because my server is shared amongst a large number of clients, I need to know the following before I feel I can establish a solid answer to my question:


Are there cases where merging a URL within a URL is actually necessary?
I don't want to block the inner only to have a valid client complain that his system doesn't work.
Do requests like this on an apache server actually cause the server to connect to the inner URL requested (such as: testp3.pospr.waw.pl/testproxy.php)? If so, then I feel blocking will gain me both speed and lower bandwidth costs.


So block, or no block, and why?

P.S. I'm not asking this to gather opinions, I'm asking for a good answer to help me save bandwidth, improve speed and maintain client satisfaction.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

They are just scanning the network for open proxy.
Your server is safe.
But better report them to their ISP before there is a victim.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme