reverse proxy through upstream proxy (1 reply)
I'm trying to configure nginx as a reverse proxy where the upstream traffic has to go through another proxy (squid in this case) without success. Since nginx does not support (as far as I can tell)...
View ArticleWildcard proxy_cache_purge doesn't work (1 reply)
I have cache setup like this:proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=pagecache:10m;location / {...proxy_cache pagecache;proxy_cache_key "$scheme://$host$request_uri";}And it works as...
View ArticleEmail Reverse Proxy issue (no replies)
I am using Nginx as an Email reverse proxy.The email client sends a request to the nginx, the nginx fetch the WHOLE email(message) from exchange server, and only then manipulates it and sends it back...
View Articlelocation for php except (2 replies)
Hello,I'm using nginx with Gitlab, so in the Gitlab some PHP projects are hosted and on other directory there exists some PHP scripts.For the PHP files I use:location ~ \.php$ {fastcgi_split_path_info...
View ArticleInvalid ports added in redirects on AWS EC2 nginx (no replies)
On AWS, I'm trying to migrate a PHP Symfony app running on nginx. I want to be able to test the app by directly talking to the EC2 server and via an Elastic Load Balancer (ELB -the public route...
View ArticleConnection reset by peer error !! (6 replies)
Hello,We're using nginx as reverse proxy in front of apache andfollowing error occurs most of the time :2014/06/02 01:00:28 [error] 3288#0: *6492138 recv() failed (104: Connectionreset by peer) while...
View ArticleHow do i free memory when my master process ends? (1 reply)
I am allocating memory using malloc for some of my variables in my module.I know i can call an exit master process, but how do i access my variablesin that function. I tried finding some examples, but...
View ArticleProposal minor patch on ngx_http_upstream.c (2 replies)
Hello,errno is only set on error, so if |recv()| is a success, |err| will have a random value.Only debug message are impacted.Can you check if it is ok?Comments are welcome.Feel free to change the...
View ArticleRe: Issue nginx - ajax (no replies)
Hi All and B.R.We tested on Apache as well and we faced same issue.Further, we disabled Antivirus on our client machine.(where we are accessing browser).Post that, we did following reverse proxy...
View Article$rquest_time for only the time it spent getting data from the upstream (1 reply)
Hey all,we used $request_time in the past to measure how long it took to servecertain pages, this was never the problem, because there was something infront of nginx, thus, the client read/write...
View ArticleBrowser showing headers and Gziped code inside body. (1 reply)
I'm currently using nginx/1.4.7 and for some reason a client is complaining that the page is showing with errors in both his browsers (Firefox and IE).The error in question is the...
View ArticleCan't get nginx to work with Adminer nor phpMyadmin (3 replies)
I have been trying to set up Nginx with Adminer (and phpMyadmin), but Ican't seem to get it to work.Here are my config...
View ArticleThread support (1 reply)
Hi,I am trying to run Nginx as a multi threaded application. Looking at the code it seems the initial code to support multi threaded was there. May be it got broken (as the error message says) or it...
View ArticleWiki updates -- was: Can anyone tell me how to delete spam pages on the wiki?...
I’d like to offer a MONSTER thank you to talkingnews and tsbolzonello for helping battle the wiki spam. We’ve had no net new spam in more than a week and all the old spam has been vanquished. Next up...
View ArticleRe: Issue nginx - ajax (1 reply)
Hi B.R. and all,Really thank you for your support till now.We were able to resolve issue on IE as well as on Firefox.we did following settings:-1) IEWe added my website to secure site list.Post that, I...
View ArticleGetting rewritten and encoded/escaped url in nginx module (3 replies)
Hi,I am writing a nginx proxy module and want to grab the url which is urlencoded (as the client sends it) and also after rewrite rules are applied. My typical url looks like :...
View ArticleRe: Issue nginx - ajax (1 reply)
Hi Jonathan Matthews,Thank you for your valuable comments.I understand , what you would like to suggest, b ut we are using self-signed certificate just for trial demo.Once UAT is done, we would be...
View ArticleCan I use ssl_verify_client without a prompt (no replies)
Hi,I'm using ssl_client_certificate, I want to set "proxy_set_header X-Cert-DN $ssl_client_s_dn;" when I proxy.I've ssl_verify_client set to optional - this all works great, but in the browser, the...
View Articlenginx Segmentation fault (6 replies)
I needed to use modsecurity so I compiled nginx and modsecurity.Modsecurity was compiled with options: ./configure --enable-standalone-modulenginx with: ./configure...
View ArticleHow to install Nginx from source and avoid the OpenSSL Bug ? (3 replies)
Hi,I am new to nginx and linux.I tried to install nginx form source (nginx+rtmp module) following many tutos on my DebianAnd all gives me the same error:./configure...
View Article