auth_request and auth_request_set confusion ... (no replies)
HiI'd appreciate it if someone could enlighten me as to why the followingisn't working as expected. I'm trying to make the proxying to php dynamic -in other words, depending on the authenticated user,...
View ArticleNginx wiki points to 1.2.6 as being latest stable (no replies)
As per subject, http://wiki.nginx.org/Install#Source_Releases pointstowards 1.2.6.I don't personally have the ability to update the wiki (I'm not sureif non @nginx.org people ever...
View ArticleIssue with my proxy configuration (3 replies)
Hello.In our lan I can reach my webapplication with an url like http://<servername>:8081/AppName. I try to configure nginx to forward requestsfrom wan site to this server. All firewall policies...
View Articlenginx eating all RAM, log files? (6 replies)
I have two nginx instances (nginx/1.0.15) on a 4GB RAM machine. Each instance runs fewer than 25 requests as reported with stub_status on;The problem is that once nginx is started from scratch it...
View ArticleEmulate SSI 'exec cmd' with nginx (1 reply)
Dear allTrying to move my pages from Apache to nginx (1.2.1 on Debian stable with backports), I run into the problem of having used SSI's 'exec cmd' for more than a decade quite intensively.What is the...
View Articlenginx cache, worth it to put it on a ramdisk? (1 reply)
Hello,I have a reverse proxy that has a cache set up for static content working, as traffic increases iam wondering if its worth it to put the cache on a ramdisk or would the normal file caching/buffer...
View ArticleReg. nginx_tcp_proxy_module (1 reply)
Hi All,I have a below setup:netcat client (nc localhost 8081) =====>nginx server(8081) with tcp_proxymodule=====>2 netcat servers(8031 and 8032)$ nc localhost 8081biiiiiiiiiiiiiiiiii$ nc -lk...
View Articles-maxage not being honored with proxy_cache (no replies)
I have a slow backend application that I'm using nginx to providethe authentication and caching for. It's been working great however thereis one nagging issue that I cannot seem to resolve, when the...
View Articlenew directive: proxy_next_tries N (no replies)
Short description: Will attempt only N upstreams and then fail with last errorI didn't commit this to any trunk/branch,This is my first patch so I'm not sure how it goes.I submitted a gist of it...
View Articlenginx-1.4.0 (1 reply)
Changes with nginx 1.4.0 24 Apr 2013*) Bugfix: nginx could not be built with the ngx_http_perl_module if the--with-openssl option was used; the bug had appeared in 1.3.16.*) Bugfix: in a request body...
View Articleupload filename with double quote failure (5 replies)
Problem uploading file name - test"try.txt (with double quotes inside file name) under firefox browser.It pass to backend file content as a file name.{"note": [""], "upfile":...
View ArticleSMTP proxy and insert header (1 reply)
Hello.I'd like to configure nginx as a SMTP proxy and to insert a custom SMTPheader (e.g. "X-My-Script: bla") in the message before sending it tobackend.Is there any way to configure nginx to insert a...
View ArticleFull WebDAV support? (no replies)
Hi everyone,I was wondering if there are any plans to add full WebDAV support to native nginx module?Right now I use ngx_http_dav_ext_module.c as complement and I'm wondering what are the reasons why...
View ArticleInclude additional files (1 reply)
Hi.I have some trouble cleaning up my /etc/nginx/nginx.conf. I have severalupstream and server blocks in this file and it becomes a mess. So I triedto write each configuration in a seperate file saved...
View ArticleAnnouncing ngx_pagespeed beta 1.5.27.1 (2 replies)
The Nginx version of PageSpeed is now ready for production use. Youcan see it in action with examples on our demonstration site:http://ngxpagespeed.comRead more in our official...
View Articlerecent nginx security issue announce (1 reply)
Hello,On behalf of the nginx team I want to let the community know that weare aware of the recent security announce[*] and working on theissue. We will share our conclusion when get more details about...
View ArticleConfig file templating (no replies)
Hi,I'm in the mid of converting from lighttpd to nginx. There I have onesmall config snippet for each 'subsite' (it's personal only, so lots ofdifferent unrelated stuff). Unfortunately, quite often a...
View ArticleInteger overflow in ngx_http_close_connection (2 replies)
Cfr. http://www.securityfocus.com/archive/1/526439/30/0/threadedIs 1.4.x release affected?Thanks,d._______________________________________________nginx mailing...
View ArticleNginx as Reverse Proxy Cache of fcgi django app in separate server (1 reply)
Hi,I've been looking on Internet about this but seems all the examplesavailable are for a proxy conf or fcgi conf. Not both.This is my scenario: I have three servers. The first one run only nginx(and...
View Articlenginx openssl compilation problem (no replies)
Hello, I'm desparately trying to compile the latest nginx with the latest OpenSSL.In short I'm grabbing the latest nginx tar.gz (1.4.0 but had the same problem with 1.3.16) and the latest OpenSSL...
View Article