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
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
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
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
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
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
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
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
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