$request_uri for subrequest (no replies)
Hi,I have problems setting up SSI with NGinx and PHP5-FPM. The problem I haveis (indrectly) related to this rulefastcgi_param REQUEST_URI $request_uri;During the SSI-subrequest the variable...
View ArticleRegarding support of server backup parameter (1 reply)
Hi,I am getting below error while loading nginx configuration file.2014/08/10 10:06:33 [emerg] 816#0: invalid parameter "backup" in/etc/nginx/nginx.conf:39Below is the configuration file :-upstream...
View ArticleRegarding proxy_next_upstream parameter (no replies)
Hi,I am trying to do failover as per below configuration :-upstream backend {hash $key2 consistent;server 10.0.0.22:8080;server 10.0.0.23:8080;server 10.0.0.24:8080;server 10.0.0.25:8080;server...
View ArticleSpecific permissions for fastcgi_temp_path? (1 reply)
Hi all,I looked into /src/core/ngx_file.c and noticed that ngx_conf_set_access_slot() defines the access type.What is the variable I need to use in order to force new files to be written 0640, instead...
View ArticleCustom error page for post queries (1 reply)
Hi!Current infrastructure:We have nginx/1.7.1 as frontend for java application. We have special requirement, when java app goes down we need response with 204 error code instead 500 or 502 and this...
View ArticleAJP V/s Proxy pass with Nginx (no replies)
Hi All,I am new to Nginx and currently we are using Apache which is having both Proxy pass and AJP configuration. When setup long back we found AJP performs faster than http.Now as we are moving to...
View Articledisable "proxy_store" on "?start=1" param (no replies)
Hello,Is there a good way to disable "proxy_store", if the parameter "start=" is set?The down below configuration works, but I get an error message:"[crit] ... open() "/dev/null.0000000004" failed (13:...
View ArticleIntroducing ngxLuaDB powered by nginx for Windows (no replies)
Introducing ngxLuaDB (nginx Lua Database) a collection of DLL’s build against Luajit which can be used with nginx for Windows.Please note that only a few modules have been tested, for the moment this...
View ArticleRe: disable "proxy store" on "?start=1" param (no replies)
Hello!On Mon, Aug 11, 2014 at 02:13:53PM -0400, double wrote:> Hello,>> Is there a good way to disable "proxy_store", if the parameter "start=" is> set?> The down below configuration...
View ArticleHow to write async http web client inside nginx code? (no replies)
I am writing an application server whose code will be written as nginx module (c/c++). This server is supposed to send HTTP Requests to other servers & wait for response from them for 200-400ms.If...
View ArticleCPU Intensive Tasks inside Nginx Module (no replies)
Hello,I am writing an application server as Nginx standard module, This code is supposed to perform some CPU intensive tasks. If the single thread/master-process in Nginx doing event-loop is stuck...
View ArticleSSL_write() failed (SSL:) (1: operation not permitted) when serving MP4 over...
Hi,I've searched the mailing list but haven't found anything relating to this error:, the closest I found: http://trac.nginx.org/nginx/ticket/428 - however that was closed 6 weeks ago and the error I...
View ArticleHow to call redis2-nginx-module or any other module from another module (4...
redis2-nginx-module is written with all location configs.Does it mean that the module can only be called from browser with some url?If I want to introduce new module into reuest processing path &...
View ArticleUsing proxy_ssl_verify getting error: upstream SSL certificate verify error:...
I am trying to use proxy_ssl_verify on, but I am getting back 502 Bad Gateway. When I look at the logs I see:2014/08/12 18:08:03 [error] 21007#0: *3 upstream SSL certificate verify error: (20:unable to...
View Articlereverse proxy images - windows (no replies)
I've configured a reverse proxy for images on a windows box however it is not working as expected.First time I send a request to the server and I get the image with an http 200 as expected.Second hit...
View Articleadd_header is not working in certain locations (1 reply)
Hi all, I've got strange behavior that I don't understand in two different configs. I'll post examples below, in both of them I use add_header two times and one of them is not working while second...
View ArticleChange client_body_timeout status code (no replies)
Hi,I'm using client_body_timeout which returns a 408 or 503 status code, not sure.The thing is that I need this to be intercepted, somehow, and to change this status code to some ohter particular...
View ArticleECC Certificates and SNI (1 reply)
Hi.today I have setuped a second SSL VHost with ECC.Why is the default server able to offer TLS 1.2 but the second one not?/usr/sbin/nginx -c /etc/nginx/nginx.conf -Vnginx version: nginx/1.7.4built by...
View ArticleSudden 500 Internal Server Error nginx/1.0.11 (4 replies)
Site was working fine for years... And suddenly I get this error. tried reboot server - nothing, looking into logs and I see this kinds of errors:connect() failed (110: Connection timed out) while...
View ArticleSPDY being disabled in Chrome (temporary) (no replies)
Fyi.https://groups.google.com/forum/#!topic/spdy-dev/qFKgWBq9E3M"Yes, this is expected. Chrome SPDY support will be substantiallydiminished this week and should be mostly back to normal next week. "
View Article