Force linking to static archives during make? (4 replies)
This should be my last build question.$ ./auto/configure --with-http_ssl_module ...--with-cc-opt="-I/usr/local/ssl/include"--with-ld-opt="-L/usr/local/ssl/lib...
View Articlechecking for OpenSSL library ... not found (11 replies)
<snip>checking for OpenSSL library ... not found../auto/configure: error: SSL modules require the OpenSSL library.You can either do not enable the modules, or install the OpenSSL libraryinto the...
View ArticleRe: [nginx-announce] nginx-1.5.8 (no replies)
Hello Nginx users,Now available: Nginx 1.5.8 for Windows http://goo.gl/zq3gGm (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View Article[ANN] Windows nginx 1.5.8.3 Caterpillar (no replies)
19:46 18-12-2013: nginx 1.5.8.3 CaterpillarBased on nginx 1.5.8 (release) with;+ prove.zip (onsite), a Windows Test_Suite way to show/prove it all really workswith at the moment a limited amount of...
View Articlenginx misbehaviour in conjunction with non-ASCII characters (2 replies)
Found a bug in implementation of MOVE and COPY (webdav) methods. It happens if destination header contains non-ASCII characters (that need to be escaped with "%").An example:Rename (=MOVE) file...
View ArticleHow to delete cache based on expires headers? (3 replies)
HiI'm using proxy_cache to mirror my files with the configuration belowproxy_cache_path /var/cache/nginx/image levels=1:2 keys_zone=one:10m inactive=7d max_size=100g;Our backend server has the...
View ArticleParallel subrequests (2 replies)
HiI want write a http hadler(using subrequest) to deal with combine response from mutiple backend. but "Emiller's Advanced Topics In Nginx Module Development - 2.3. Sequential subrequests" issue that "...
View Articlespdy protocol version 3 support (3 replies)
Any update or eta on when we can expect spdy protocol version 3 in the 1.5.X branch?Thanks.
View Articlenginx variable to know the number of active connections (2 replies)
Hello,Is there a way to get the number of active connections in order to activate or a not a cache mechanism when nginx is in a high trafic period?RegardsJerome
View ArticleUsing 127.0.0.1 in resolver (3 replies)
Using:resolver 127.0.0.1 valid=300s;Does not work. I assume this would simply uses the DNS servers listed in /etc/resolv.conf? Thanks.
View Article[PATCH] SPDY: support for SPDY v3 (no replies)
Hi,We have just implemented the support for SPDY v3 in nginx, with flowcontrol (upload and download), and a switch option between SPDY v2 andSPDY v3.This patch is for Nginx-1.5.8.The directives we...
View Articletrying to understand fastcgi (no replies)
I was trying to understand the fastcgi forwarding. The example shows:server {server_name .website.com;listen 80;root /home/website/www;index index.html;location / {fastcgi_pass...
View ArticleRedirect loop fixed, I need a better rule format (no replies)
Hello everyone,I have a little problem on hand, related to redirect loop for a specific location:server {listen 192.168.1.2:443 spdy ssl default_server;...location ^~ /alpha {return 301...
View ArticleRedirect loop in combination with https and apache (no replies)
Hi,We have a setup with tomcat/apache and nginx.When a redirect occurs from the application from https to http, the nginxgets trapped in a redirect loop.In the apache configuration we have this...
View ArticleConnection timeout for upstream server !! (no replies)
We're having following issue with nginx and php-fpm, please have a look onlogs :2013/12/26 16:43:24 [error] 9906#0: *37001 upstream timed out (110:Connection timed out) while reading response header...
View Articlemod wsgi (1 reply)
Hello Everyone,Tried add mod wsgi and compilation fail. Any help thank you in advance.<pre>-o objs/addon/src/ngx_http_wsgi_module.o...
View ArticleServing default error pages with 'proxy_intercept_errors on' (2 replies)
Hello,I'm running nginx v1.4.1 on OpenBSD 5.4 and I'd like to use'proxy_intercept_errors on' directive without providing my own errorpages. In other words, instead of forwarding page content from...
View ArticleHow do I disable DNS Caching and DNS Reverse Lookup in Nginx ? (3 replies)
Hello allIve been assigned a task to set up an ipv6 to ipv4 reverse proxy for my company. I decided to use nginx to do the job. I found the following article online which describes how to configure...
View Articleinsert subdomain into query (no replies)
I have setup a wildcard subdomain server(many subdomains)server {listen 80;server_name ~(?<subdomain>.*).localhost;......}I want to make the subdomain apart of the query in the backendwhen we...
View Articleproblems setting ttl on single image... (2 replies)
I'm trying to enable a 10 minute autorefresh for my webcam which you cansee at http://www.diamondharbour.org.nz/Local-Weather.htmlServer runs nginx 1.4.4 ( and an ancient CMS called Etomite ).Here's...
View Article