Upstream Keepalive Questions (no replies)
I'm somewhat unclear about how the keepalive functionality works within the upstream module. My nginx install currently handles several hundred domains all of which point to different origin servers. I...
View ArticleDeprecated warnings in 1.5.8 are now errors in 1.5.12 (2 replies)
Hi,I'm trying to compile 1.5.12 on OSX. For some reason 1.5.12 generateserrors in make where in 1.5.8 these same messages appeared as warnings andwere ignored.I'm trying to build the nginx core without...
View ArticleOpenSSL leaks server-Keys / The Heartbleed Bug (3 replies)
A missing bounds check in the handling of the TLS heartbeat extensioncan be used to reveal up to 64k of memory to a connected client...
View ArticleCase insensitive location (3 replies)
Hello there, i'm hoping someone can help me out with this. I've tried many different things but none have worked for me so far.Here is my location block:location ^~ /card/ {root...
View Articlenginx-1.5.13 (no replies)
Changes with nginx 1.5.13 08 Apr 2014*) Change: improved hash table handling; the default values of the"variables_hash_max_size" and "types_hash_bucket_size" were changedto 1024 and 64 respectively.*)...
View Articlefailed to verify repository GPG key (2 replies)
today I noticed something changed and there is no longer packages beingverified from nginx.org repository:W: GPG error: http://nginx.org squeeze Release: The following signatureswere invalid: BADSIG...
View ArticleNew module: Nginx OpenSSL version check (no replies)
On behalf of my employer, Apcera Inc, we are delighted to make availablea new Nginx module, providing for a start-up OpenSSL version check forthose who wish for a little more belt&braces...
View Articlereverse proxy dns configuration (no replies)
Hi. I am looking to deploy nginx on a proxy server. The real backend is located in a remoate geographic location and has apache, mysql, dovecot and postfix services supporting an IMAP mail-server. I am...
View ArticleSSL_write failed (32: Broken pipe) while processing SPDY if cache on (2 replies)
We're using nginx 1.5.12 and 1.5.13 on Ubuntu 12.04 LTS via Azure VM.Since last night, on both FireFox and Chrome, Windows and OSX, we're having difficulty with SPDY. If the browser cache is warm and...
View ArticleHelp, make a post subrequest with response body from parent (no replies)
hi, angentzhI use echo module(angentzh) to issue a subrequest(POST method) that it's body from parent's request body, and i add some code in...
View ArticleDynamic upstream proxy_pass (2 replies)
I'm trying to set upstream names by variables, but nginx recognizes variables as hostnames, not upstream names.For example:map $cookie_backend $proxy_host {default 'backend1';'1' 'backend2';}... ......
View ArticleMemory Pool (4 replies)
Nginx when it accepts a connection, it creates a memory pool for that connection (allocating from heap). After which further memory requirement for that connection will be allocated from that pool....
View Articlememory pool allocation (no replies)
Suppose, I am allocating a pool of greater than 4k(page size). Say for example I am calling the function ngx_create_pool with 8096.But, this function will set the max as 4095 even if it has allocated...
View Articleexpected behavior of --with-debug (1 reply)
In ngx_pagespeed we interpret --with-debug to mean "include debuggingsymbols and debug-only assertions". Is this what most people usingnginx would expect?(We distribute two precompiled versions of...
View Articlemysql backend (no replies)
Hi. If nginx ties back to a mysql backend on a remote server forIMAP/SMTP, don't I need to add$protocol_ports->{'smtp'}=25;below the $protocol_ports->{'imap'}=143;?Also I should not be listening...
View ArticleRequests being blocked client-side (1 reply)
I am seeing super strange behavior and I am absolutely stumped. If I open up two tabs in Google Chrome (34), and in the first refresh our application (foo.ourapp.com), which makes an ajax requests (via...
View ArticleUsing variables on nginx. (2 replies)
I can Use variables to define IP:Port on upstreams directive?For example:upstream cluster-servers {$server01;$server02;}--Un abrazo!*Raúl Hugo http://twitter.com/raulhugo**Miembro...
View Articleundefined symbol: ldap_init_fd (1 reply)
I successfully compile Nginx with Nginx-auth-ldap and when I start Nginx , the worker process turn defunct and I see -nginx: worker process: symbol lookup error: nginx: worker process: undefined...
View Articlenginx segfaulting with mod_security (no replies)
Hello,I have compiled nginx-1.5.13 with modsecurity-2.7.7 and am seeingoccasional segfaults when sending requests to the server. mod_securitywas compiled as a standalone module per the instructions...
View ArticleIssue with OCSP stapling when server certificate has been revoked by CA (4...
Hi,I'm contacting the list after doing some Google-foo and not findinganything - not sure if this is due to my searching skills, or becausenobody ever asked about this... pardon me if it's a known...
View Article