stub_status always give me 0 Reading when upgraded to 1.4.1 (5 replies)
Hi,We have upgraded one of our nginx from 0.7.65 to 1.4.1 (keeping existingconfiguration) and the stub_status module now always give me "0 Reading"0.7.65Active connections: 4798server accepts handled...
View Articlenginx-1.4.2 (1 reply)
Changes with nginx 1.4.2 17 Jul 2013*) Bugfix: the $r->header_in() embedded perl method did not return valueof the "Cookie" and "X-Forwarded-For" request header lines; the bughad appeared in...
View Articlenginx as loadbalancer for tomcat with session stickyness bases on jvmRoute...
Hello everyone,I'm currently using apache mod_jk to load balance over four backendtomcat servers. The sessions are not replicated so I need stickynessbased on jvmRoute. The mod_jk configuration...
View ArticleTrouble with $uri in subrequest (no replies)
Hi there,i'm having trouble getting the request_uri via lua in a subrequest.ngx.var.uri will always return the uri of the parent request whereas something like ngx.req.get_uri_args will return the...
View Articleproxy_pass via HTTP proxy (1 reply)
Hi,I am trying to configure my nginx instance so that it "proxy_pass"es to another HTTPS server S.However, in order to reach S, I need to go though an HTTP server P. This means nginx would need to...
View ArticleGenerating a new request when handling one in a module (no replies)
I want to modify third party longpoll module nginx_http_push_module ( http://pushmodule.slact.net/ ) to notify upstream every time a request hangs waiting for a new publication, sending original...
View Articlenginx caching successive requests to reduce server load (1 reply)
Hi, I couldn't find what I was looking for in the search option.For a page that displays current time when refreshed, when the client presses and holds refresh button, nginx should serve a cached...
View ArticleSetting Keepalive_timeout for specific location. (6 replies)
Hi I'd like to know if setting keepalive for a specific location ispossible. Right now I have only managed to get it working on server {}directive but not location {} directive.Thanks,Kim Yong--There's...
View ArticleHelp needed with configuration (2 replies)
Hi All,I am trying to set up Nginx for a reseller scenario. The reseller willget his own root, and be able tocreate his versions of any file on the site, or, by leaving the fileout, simply have the...
View Articlesetting max active connection (3 replies)
How to increase max active connection limits from default 520.System configuration CentOS release 5.8 (Final) with whm.nginx conf file isuser nginx root;worker_processes 16;worker_rlimit_nofile...
View ArticleQuestion about failure and fail-over (1 reply)
Hi all, I have a general question about server failure and failoverwithin an upstream group to ensure I understand it correctly.Lets say I have the configuration:proxy_next_upstream...
View Article(no subject) (no replies)
Hi,I have been on nginx for over a month now , i have got some backgrounds forthe Nginx configuration and integrating module , right now i want to usethe perl embeded module to execute perl scripts...
View Articleproxy_cache calculating size error under SSD drive but not SATA drive (2...
Hello:I think I am on the right way, but not sure...The scenario:- Have 2 drives:-> SSD drive - XFS - default options (with noatime, discard) - almost empty-> SATA drive - XFS - default options -...
View ArticleNot able add nginx upload module to nginx 1.2.8 (1 reply)
Hi,I am trying add the nginx upload module 2.2.0 with nginx 1.2.8 and getting below error.after./configure --add-module=<path to upload module sources>andmakethis one fails> make installmake...
View ArticleWebapps config doesn't work because of overridden by nginx (no replies)
Hi All,I've some problem when using reverse proxy, my configuration are like this :I think the configuration are correct, and the site are running well. But,if I want to access some subdomain (eg....
View ArticleRe[2]: Not able add nginx upload module to nginx 1.2.8 (1 reply)
http://portage.perestoroniny.ru/www-servers/nginx/files/use nginx-1.3.9_upload_module.patchЧетверг, 18 июля 2013, 9:57 -04:00 от "parulsood85" <nginx-forum@nginx.us>:>Please...
View ArticleIf statements, string manipulation and file detection (no replies)
Hi, I'd like to use some if statements in a config. I know if in nginx is evil, but I think it's what I want. Here is the pseudo-nginx-conf-code for what I need: http://pastebin.com/BxrtZ695 — can...
View Article[ANN] ngx_openresty devel version 1.4.1.1 released (no replies)
Hello guys!I am glad to announce that the new development version ofngx_openresty, 1.4.1.1, is now released:http://openresty.org/#DownloadThis is the first release based on the Nginx 1.4.x stable...
View Articlenginx-reverse-proxy-proxy-cache-inside-if-block-possible (1 reply)
HiI am running a BBS server(nginx).And now I want to setup a cache server (using nginx)in front of the BBS server to cache the pic .The URL for the pic is something like...
View ArticleInfo about original request URI in access phase (1 reply)
Hi,I am writing a handler that checks a request signature during the access phase.When there is URI rewriting, the URI the client used when signing does not match the URI the handler sees when checking...
View Article