Re: using variables in nginx.conf with 'set'

2014-11-02 Thread jazzhuang
Maybe this will help you - http://serverfault.com/questions/508794/custom-nginx-configuration-variables-not-being-expanded Posted at Nginx Forum: http://forum.nginx.org/read.php?2,143479,254534#msg-254534 ___ nginx mailing list nginx@nginx.org http://m

nginx configuration - sharetronix

2014-11-02 Thread Replace
i try to setup sharetronix on my vps server, with nginx + php5-fpm. The problem is (maybe) my nginx configuration, when i try to view website, i get error 404 - No input file specified. My configuration (at last) server { root /var/www/sharetronix.example; server_name sharetronix.exam

Re: SPDY inflate errors in nginx 1.7.4

2014-11-02 Thread Valentin V. Bartenev
On Sunday 02 November 2014 09:03:47 tunist wrote: > thanks, looks like the same error message is buried in that change / code, > yes - though i am no closer to discerning the original cause of the error > being triggered, since i am not familiar with the nginx sourecode at this > point. > any tips

Re: CentOS 6.6, SELinux breaks Nginx 1.6.0

2014-11-02 Thread mevans336
richardm Wrote: --- > [...]Someone in RH decided > to make the nginx webserver follow the same SELinux policy rules as > Apache. Thanks for following up on this Richard. Undisclosed changes like this drive me crazy ... why make changes like this

Re: SPDY inflate errors in nginx 1.7.4

2014-11-02 Thread tunist
ok, i have upgraded.. will see how that goes. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254523,254527#msg-254527 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: SPDY inflate errors in nginx 1.7.4

2014-11-02 Thread itpp2012
Then upgrade to 1.7.7 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254523,254526#msg-254526 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: SPDY inflate errors in nginx 1.7.4

2014-11-02 Thread tunist
thanks, looks like the same error message is buried in that change / code, yes - though i am no closer to discerning the original cause of the error being triggered, since i am not familiar with the nginx sourecode at this point. any tips are welcomed! Posted at Nginx Forum: http://forum.nginx.o

Re: SPDY inflate errors in nginx 1.7.4

2014-11-02 Thread itpp2012
Maybe this one: http://forum.nginx.org/read.php?29,250118 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254523,254524#msg-254524 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

SPDY inflate errors in nginx 1.7.4

2014-11-02 Thread tunist
i am seeing many error log messages relating to SPDY on an HTTPS only website here. this appears to also be triggering (or at least related to) database timing problems, which is causing dbase failures. the error log contains mostly these: "inflate() failed: -5 while processing SPDY" anyone know