feature request: smtp auth passthrough (no replies)
Hello,sorry for that beforehand, but yes, I'm another newbie using (or atleast trying to use) NGINX in a mail proxy setup.I read the wiki entries and docs beforehand... and I thought it justworks like...
View ArticleHiring a dev: nginx+interchange (1 reply)
Hello, I use a perl framework called interchange (icdevgroup.org) andI've been using a perl module called Interchange::Link to interfaceinterchange to...
View ArticleRewriteing awstats to base path (no replies)
Hi,I like to beautify my urls used for awstats.Currently I have to use the following path for awstats> /cgi-bin/awstats.pl?config=www.example.comthat works as expected.For easier handling for our...
View ArticleHow do i get the request body ? (1 reply)
Hello guys,I'm developing a nginx module, the intent is to get the request body, then write some response depends on what request body is.I've called the method ngx_http_read_client_request_body (r,...
View Articlenginx rewrite configuration (no replies)
hi! i'm newbie so having a hard time!I have a question about rewrite configure in nginx!RULE is http://URL/[option]/http://URL .I mean...for example,if request is...
View ArticleNginx not starting with named pipe (fifo) for access_log (-1 replies)
Heya,there seems to be a issue with Nginx and named pipes (fifo).Tested nginx versions:- 1.1.19 (Ubuntu 12.04.3 LTS amd64)- 1.4.4 (Ubuntu 12.04.3 LTS amd64 with...
View Articledynamic rate limiting per ip (no replies)
Hello Folks,i have some setup with multiple server and i offer downloads for the users, in the case my servers bandwidth is overloaded i want the people to be able to start the download but with...
View ArticleOCSP validation of client certificates (no replies)
Hi Forum,I see that nGinx supports configuration to perform OCSP validation of server side certificates and staple the validation response to the client. My question is whether nGinx supports OCSP...
View ArticleHow would nginx record client IP address under TCP Multipath? (2 replies)
Hello,Since iOS7 supports TCP Multipath now, I think more and more devices willstart support it.But TCP Multipath allows many client IPs connected to the same server,suppose Nginx in this case, how...
View Article-rpath linker option? (1 reply)
I'm having trouble with dll hell on Debian and Ubuntu with OpenSSL.Debian and Ubuntu insist on runtime linking with the copy in /usr/lib.Fedora and Red Hat are OK because they don't use OpenSSL by...
View ArticleSSL handshake fail between nginx and my tomcat with mutual authentication (no...
Hi All,I am using Nginx 1.4.4 as reverse proxy for my tomcat server. My problem is: SSL handshake failed between Nginx and tomcat with mutual SSL authentication. I have verified that Client to Nginx...
View Articlenginx ssl handshake vs apache (no replies)
HiI was watching this video by fastly ceo http://youtu.be/zrSvoQz1GOs?t=24m44she talks about the nginx ssl handshake versus apache and comes to theconclusion that apache was more efficient at mass...
View ArticleDoes it possible to submit duplicated request with the proxy_next_upstream on...
Hi all:I am wondering if I set:proxy_next_upstream error timeout;Fox example , if the requested service is a counter , I issue the request use the interface http://example.com/incr . The request is...
View Articlemainline does not include gzip module? (3 replies)
i just replaced a stable install with the mainline version (1.5.8) and noticed that the outputted files are not being gzipped.i ran nginx -V and do not see any arguments that enable gzip.is there a...
View ArticleVery slow dns lookup using proxy_pass (2 replies)
I am seeing very slow DNS lookup times ( > 2 seconds ) using proxy_pass, even though dig response times on the server are quick. Here is the nginx configuration block:location ~...
View ArticleCentOS Nginx Installer(include PHP-FTP,MYSQL) add website no need restart...
Some of our clients are not good at SSH command, they just want an easy way to run their websites. Most of them are less then 1GB memory VPS and don't want install control panel.For this purpose, we...
View Articleissue with `default_type` & `type` on 1.5.7 (no replies)
I recently encountered an issue with a 1.5.7 branch on OSX. i did not check 1.5.8The following code will set ALL css/js files as the default_typeinclude /usr/local/nginx/conf/mime.types;default_type...
View ArticleOT: Crypto Hardening Guide (nginx has an entry) (no replies)
For administrators interested in SSL/TLS protocols and cipherssettings, the following may be useful. It also looks like the[possibly influenced] US stuff was...
View Articleagentzh's encrypted session module (no replies)
I've been studying agentzh's encrypted session module fromhttps://github.com/agentzh/encrypted-session-nginx-module/tree/master/src.There are essentially two methods: one to encrypt values, and a...
View ArticleCentos 6.5 and ECDH ciphers in nginx.org Centos repo (4 replies)
HiIn Centos 6.5 (and RHEL 6.5) the ECDH ciphers were enabled. There appears to be an issue with the nginx.org 1.5.8 Centos binaries still not having support for ECDHE despite having updated openssl...
View Article