Server attacking itself

peps03

Verified User
Joined
Oct 24, 2013
Messages
191
Location
Amsterdam
Hi,

Can anyone explain why the server is attacking itself? Why is the own IP showing in the logs?
Is there a common misconfiguration i should look at?

Thanks


Screenshot_2.png
 
Hello,

Is it a HTTP service or what? Do you use nginx, apache or nginx+apache?
 
Thanks for the reply!

Is it a HTTP service or what? >> Where / how can i determine that?

nginx + apache. We also use mod_cloudflare.
 
Wrong IP detection in Apache. With nginx+apache you should use NGINX to detect IPs of clients proxied over CloudFlare. Remove the mod from Apache, and configure NGINX instead.
 
Back
Top