Re: Weird problem with redirects

2016-08-21 Thread Andrei
Have you read over https://www.nginx.com/blog/mitigating-the-httpoxy-vulnerability-with-nginx/? On Sun, Aug 21, 2016 at 1:53 PM, Hamza Aboulfeth wrote: > Hello everyone, > > I finally understand what's going on here... > > http://www.trendmicro.com/vinfo/us/threat-encyclopedia/ > vulnerability/1

Re: Weird problem with redirects

2016-08-21 Thread Hamza Aboulfeth
Hello everyone, I finally understand what's going on here... http://www.trendmicro.com/vinfo/us/threat-encyclopedia/vulnerability/10236/python-http-proxy-header-injection-vulnerability-cve20161000110 I have been a victim of this attack, nginx is also affected, is there any patch for this new v

Re: Weird problem with redirects

2016-08-13 Thread Andrei
Have a read over http://spam.tamagothi.de/tag/yandex/ for triuch.com related references then double check your content On Sat, Aug 13, 2016 at 8:36 PM, Hamza Aboulfeth wrote: > Hello, > > We have formatted the server and installed everything over again, a week > later the same problem occurred.

Re: Weird problem with redirects

2016-08-13 Thread Hamza Aboulfeth
Hello, We have formatted the server and installed everything over again, a week later the same problem occurred. All redirects are actually sent from time to time to another host: [root@genious106 ~]# curl -IL -H "host: hespress.com" xx.xx.xx.xx HTTP/1.1 301 Moved Permanently Server: nginx/1.10

Re: Weird problem with redirects

2016-07-16 Thread Francis Daly
On Fri, Jul 15, 2016 at 10:58:07PM +0100, Hamza Aboulfeth wrote: Hi there, > I have a weird problem that suddenly appeared on a client's website > yesterday. We have a redirection from non www to www and sometimes > the redirection sends somewhere else: > > [root@genious33 nginx-1.11.2]# curl -I

Weird problem with redirects

2016-07-15 Thread Hamza Aboulfeth
Hello, I have a weird problem that suddenly appeared on a client's website yesterday. We have a redirection from non www to www and sometimes the redirection sends somewhere else: [root@genious33 nginx-1.11.2]# curl -IL -H "host: hespress.com" x.x.x.x HTTP/1.1 301 Moved Permanently Server: ng