Problems with Partial Page loads

2015-10-20 Thread Peter Fraser
Hi All I seem to be having a problem with my NGINX config. I have a website behind nginx. The site seems to return a 500 error every time a client requests a partial page load from the website. Whenever a full page load is requested, the page loads just fine. Any ideas why this could be happening?

Understanding GeoIP module source?

2015-10-20 Thread de_nginx_noob
Unforunately, I got assigned the task of writing a module that takes the the IP address of every http request's client and running some proprietary algorithm to determine to generate geolocation data (similar to Maxmind, but more detailed). I was told to use the geoip module as a base for my custom

Set up version control of local files with the help of nginx server

2015-10-20 Thread Tie Cheng
Hello, I have bought a dedicated server from DigitalOcean, and configured nginx. I want to version control my local files, and I am wondering if I could commit and update them from time to time to this server. It seems that the setup is not straightforward (some posts say that we have to use Apa

Pseudo streaming chunks via Nginx

2015-10-20 Thread Alexandr Porunov
Hello. I have a question about a pseudo streaming chunks. Please help me understand. I store cuted videos each by 2 seconds in mp4 h.264 / aac and there is no possibility to glue already cuted files. Is it possible to organize these files via a pseudo streaming by using Nginx? Looking forward to

Re: ipv6 on nginx.org

2015-10-20 Thread Daniel Krämer
Hi, Looks like an MTU issue then (small response OK, big responses timeout). Check if you correctly clamp MSS on IPv6. thanks for your suggestion. I made some tests with my private server and workplace. I'm not done testing MSS clamping yet. [root@kackkiste]~# echo -ne "GET / HTTP/1.1\nHo

RE: ipv6 on nginx.org

2015-10-20 Thread Lukas Tribus
> Thank you so far! > > > Looks like a problem in our network at work: > > [dkraemer@castleblack:~/] echo -ne "HEAD / HTTP/1.1\nHost: > nginx.org\n\n" |nc -6 nginx.org 80 > HTTP/1.1 200 OK > Server: nginx/1.7.7 > Date: Tue, 20 Oct 2015 11:06:02 GMT > Content-Type: text/html; charset=utf-8 > Content

Re: ipv6 on nginx.org

2015-10-20 Thread Daniel Krämer
Thank you so far! Looks like a problem in our network at work: [dkraemer@castleblack:~/] echo -ne "HEAD / HTTP/1.1\nHost: nginx.org\n\n" |nc -6 nginx.org 80 HTTP/1.1 200 OK Server: nginx/1.7.7 Date: Tue, 20 Oct 2015 11:06:02 GMT Content-Type: text/html; charset=utf-8 Content-Length: 7658 Last

RE: ipv6 on nginx.org

2015-10-20 Thread Lukas Tribus
> [root@kackkiste]/home/dkraemer# telnet nginx.org 80 > Trying 2606:7100:1:69::3f... > Connected to nginx.org. > Escape character is '^]'. > HEAD / HTTP/1.0 > > Connection closed by foreign host. You will see the same exact behavior on IPv4: telnet -4 nginx.org 80 Use HTTP/1.1 to get proper error

Re: ipv6 on nginx.org

2015-10-20 Thread Ruslan Ermilov
On Tue, Oct 20, 2015 at 10:20:43AM +0200, Daniel Krämer wrote: > Hi List, > > i know, this list is about the webserver itself. > But i have some Problems with the website nginx.org and ipv6 > and I really need it to read webserver docs. > > What's the Problem? It just does not work on two very di

ipv6 on nginx.org

2015-10-20 Thread Daniel Krämer
Hi List, i know, this list is about the webserver itself. But i have some Problems with the website nginx.org and ipv6 and I really need it to read webserver docs. What's the Problem? It just does not work on two very different systems (workplace and private server). Ping works fine on nginx.