slow streaming due to high %utilization !! (2 replies)
Hello,We're using nginx-1.2.8 to stream large files size 1G but found theslow stream with high utilization of harddrive using command "iostat -x -d3"Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/savgrq-sz...
View ArticleHow can i get ip and port under forward proxy (1 reply)
Hi, thereI want to get ip and port under forward proxy use NGINX, a forward proxy sketch like this:[Client ]-> [NGINX] -> [Internet]so i want to get proxy's ip and port . i have try and made some...
View ArticleProxypass subfolder entries to another link (no replies)
Dear SupportCurrently we have nginx proxypass to tomcat service and is working fine.server {listen 80;server_name app.geo.com;location / {if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1...
View Articlethread started by module put to sleep state (no replies)
Hi everyone,I've been trying to embed mono within nginx to serve requests with ASP.NET just for learning purposes (I know there is a FastCGI server for mono out there), and I'm running into a...
View Articlegunzip module and buffer managment (2 replies)
I'm trying to use the http_gunzip module as an example for a filter I am trying to write. I'm particularly interested in the buffer management.The module has a value in its ctx stuct called...
View Articleindex.php in folders. (1 reply)
Is there a simple config I can use to check for an index.php insubfolders?It was my understanding that if I usedindex index.php;in the server block, andtry_files $uri $uri/ /index.php;in location / {}...
View ArticleUpdated patch for CVE-2013-2070 ? (1 reply)
Hello.As stated here(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708164), the patchnginx developers wrote for fixing CVE-2013-2070 is not 100% correct C.This is a big issue for us (I'm part of the...
View ArticleCaching any point to go in ram ? (1 reply)
Hello,I have a 15k rpm server 16g ram on which is fiercely installed nginx 1.5.1 on a debian 7 machine (no apache installed).I read a lot (up to crunching my head) about caching strategy.I would like...
View ArticleCheck applied confirguration per container (http, server, location, etc.) (no...
Hello,I wondered if the foolowing improvement ideas had been aleready mentionedor not and if they could prove useful.1) Having the possibility of displaying the applied configuration for aspecific...
View ArticleSimple SSL Question (2 replies)
Hi,I'm using nginx with SSL, and I want to always redirect to www, regardless of whether the request is http or https. I just want to redirect to the respective protocol but with www.I have the port 80...
View ArticleNginx SPDY: Missing NPN Extension in SSL/TLS Handshake ? (no replies)
Hi guys, I've tried setting up CentOS 6.4, Nginx 1.4.1 with Google SPDY support and used spdycheck.org to check the site and all SPDY checks pass except this notice:Missing NPN Extension in SSL/TLS...
View Articleerror 504, gateway timeout nginx, (1 reply)
Hello!I've setup a web server running on debian with Nginx, PHP5 (PHP-FPM), And FcgiwrapMy webpage is running ok but a friend recently noticed me that while trying to access my page it gives him the...
View Articlenginx proxy to apache ERR_TOO_MANY_REDIRECTS (1 reply)
i have the following setup which uses nginx as proxy to an apache instance running prestashop, this works ok, but i get from time to time Error 310 ERR_TOO_MANY_REDIRECTS and i can't figure out where...
View Articleextended_status module for 1.5.x (no replies)
Hi all,Has someone forwardported this module to 1.5.x? Although the 1.0.11 diffcan be applied to 1.2.6 as per the doc, it gives a shipload of fails whentouching...
View ArticleI see unusual amount of 408 errors from access log (2 replies)
/var/log/nginx/nost_access.log.1:x.x.x.x - - [10/Jun/2013:09:01:20 +0000] "-" 408 0 "-" "-"/var/log/nginx/nost_access.log.1:x.x.x.x - - [10/Jun/2013:09:10:57 +0000] "-" 408 0 "-"...
View Article[ANN] ngx_openresty stable version 1.2.8.6 released (no replies)
Hello folks!I am happy to announce that the new stable version of ngx_openresty,1.2.8.6, is now released:http://openresty.org/#DownloadBelow is the change log for this release, as compared to the...
View ArticleNginx http-bind eJabbered pending requests Chrome (no replies)
Hi,I'm working on a server where nginx runs as proxy on ApacheIt proxies php files & ejabbered requests & serves static filesEverything was fine until a few weeks, and only on Chrome:when...
View ArticleNginx cache files by mime type using ngx_srcache module (2 replies)
Hi,I’m using ngx_srcache module with Memcached to cache static contents of the upstream servers. This is based on static file extensions. Now I need to cached them by looking at Content-Type of the...
View ArticleProblems combining 'backup' command in upstream block with 'fair'-command (1...
Dear users,My first message here; I discussed my issue already with some folks on IRC; my main conclusion was that I should try it with a broader audience. So here's the problem:* we're using the...
View Article