I keep seeing lots of these requests in Apache logs, but can't figure out whats going on.
The image actually exists, and i've checked website code for errors.
I can see no reference to the IP in any other logs, so I've no idea what it is they are trying to call.
What strikes me as odd is "pic1.jpg;http:"
I've got over 400 of these over the last 3 days, all for the same file from the same IP.
Code:
[Mon Feb 02 19:52:35 2015] [error] [client xx.xxx.xxx.xx] File does not exist: /home/user/public_html/images/uploads/pic1.jpg;http:
[Mon Feb 02 19:52:36 2015] [error] [client xx.xxx.xxx.xx] File does not exist: /home/user/public_html/images/uploads/pic1.jpg;http:
[Mon Feb 02 19:52:38 2015] [error] [client xx.xxx.xxx.xx] File does not exist: /home/user/public_html/images/uploads/pic1.jpg;http:
[Mon Feb 02 19:52:40 2015] [error] [client xx.xxx.xxx.xx] File does not exist: /home/user/public_html/images/uploads/pic1.jpg;http:
[Mon Feb 02 19:52:42 2015] [error] [client xx.xxx.xxx.xx] File does not exist: /home/user/public_html/images/uploads/pic1.jpg;http:
[Mon Feb 02 19:52:44 2015] [error] [client xx.xxx.xxx.xx] File does not exist: /home/user/public_html/images/uploads/pic1.jpg;http:
I can see no reference to the IP in any other logs, so I've no idea what it is they are trying to call.
What strikes me as odd is "pic1.jpg;http:"
I've got over 400 of these over the last 3 days, all for the same file from the same IP.
Last edited by a moderator: