Re: No SPDY support in the official repository packages

2014-04-25 Thread kustodian
I would just like to confirm that Nginx 1.6.0 packages for Centos 6 are compiled with SPDY support. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245553,249648#msg-249648 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailma

Re: 404 not showing up in error logs (for PHP files)

2014-02-10 Thread kustodian
We solved this problem like this: try_files $uri $uri-404; This would first check if the php file exists, and if not it would try to open that same php file but with "-404" appended to it, so the user would still get a 404 status code, but it would also log what file was called. I hope this helps

Re: No SPDY support in the official repository packages

2014-01-11 Thread kustodian
It would be awesome if the repository would host two versions of the nginx package, one with SPDY for 6.5+ and one without it for older versions. You would need to build two versions, but it would be extremely easy to add this support, you would just need to create symbolic links 6.1, 6.2, 6.3 and

No SPDY support in the official repository packages

2013-12-16 Thread kustodian
Hi, Nginx 1.4.0 added support for SPDY to the stable version, so my question is why is SPDY not enabled in the packages from the Nginx official repository? I'm explicitely talking about the Centos packages, I haven't tried others. Regards, Strahinja Posted at Nginx Forum: http://forum.nginx.or