[ANN] ngx_openresty mainline version 1.5.8.1 released (no replies)
Hello folks!I am happy to announce that the new mainline version of ngx_openresty,1.5.8.1, is now released:http://openresty.org/#DownloadThis is the first openresty release with the latest nginx 1.5.8...
View Articlefastcgi_cache and 304 response (no replies)
Hi,I use nginx + php-fpm (via fcgi) and needed responses from php-server are putting into cache. I have one thought, could be better send cached pages to clients from cache with 304 code instead 200.So...
View Article403 error for one of my server blocks (1 reply)
Hi,I installed nginx on an ubuntu server and then followed this tutorial (which I'll quote from) to setup server blocks...
View Articleusername mapping for imap/pop (no replies)
I need to map from username to login name where I wish to map from just username to username@domain.org for gmail and windomain\username for an exchange server. Is there a way for me to build in hooks...
View Articlenginx port for socket.io (1 reply)
I have a node application that uses websockets. I'm using a custom config file like this. However, when I post to the application, the post isn't appearing in the client side of the application. Since...
View Articlefastcgi_cache_path empty (no replies)
I wanted to try fastcgi_cache on my nginx 1.5.8 as shown herehttp://seravo.fi/2013/optimizing-web-server-performance-with-nginx-and-phpIn nginx conf, http section, I added:fastcgi_cache_path...
View ArticleBounty for #416 (no replies)
Like the ticket creator says in the description, always serving cachedversions of pages would be extremely cool, so I wanted to let people know Ijust offered a $500 bounty for...
View ArticleWebsocket tunnel broken with existing SSL session (1 reply)
We've been debugging this issue for 3 days now and even though we have atemporary fix, we're still puzzled about it.There is an iOS app, which opens a websocket connection to our server overSSL. Our...
View ArticleNginx-Clojure Module Release 0.1.0--Let Nginx embrace Clojure & Java (no...
Hi!Nginx-Clojure Module Release 0.1.0 was out several day ago!It is a module for embedding Clojure or Java programs, typically those Ring based handlers.It is an open source project hosted on Github,...
View Articlesrc/http/ngx_http_spdy_filter_module.c, latest changesets compiler warnings...
src/http/ngx_http_spdy_filter_module.c, latest changesets compiler warningsIn ngx_http_spdy_send_chain(ngx_connection_t *fc, ngx_chain_t *in, off_t limit):src/http/ngx_http_spdy_filter_module.c(682) :...
View ArticleAdd proxy_next_upstream_action to distinguish diffrient network actions (no...
Hi all:The directive "proxy_next_upstream error timeout" takes effect on threenetwork actions: connection, send and recieve. In practice ,we realy wantto try next upstream according to in which actions...
View Articleimap connection to gmail closes connection (3 replies)
I am running nginx 1.1.19 on an Ubuntu 12.04.4 64but server.I have nginx configured to enter on port 143 and go out to 127.0.0.1:143 where it goes through stunnel to go to imap.gmail.com:993. If I talk...
View ArticleFast CGI module "multipart/mixed" problem (it only accepts 1 "Content-Type"...
It seems, when my FCGI server responds to NGINX with "Status: 200 OK\r\nContent-Type: multipart/mixed;boundary=whatever\r\n\r\nboundary=whatever\r\nContent-Type: image/jpeg\r\n\r\n<BINARY...
View ArticleIs it possible to rewrite links on a webpage into an other format? (1 reply)
Hello Everyone! Is it possible to rewrite links on a webpage with the format "domain/file" into the format "file.domain"? Please can anyone help?
View Articlequestion on some simple codes in ngx_buf.c (1 reply)
Hello there,code snippet in the definition of ngx_chain_add_copy in ngx_buf.c:ll = chain;for (cl = *chain; cl; cl = cl->next) {ll = &cl->next;}Why is ll assigned repeatedly? I'm sorry for...
View ArticleImages Aren't Displaying When Perl Interpreter Is Enabled (1 reply)
I have awstats set up and working with Nginx and perl but all images return a 404 error. The virtual host config is identical to other websites where images work fine except for the added part for...
View Articleproxy_cache purge details (1 reply)
Hello,we've got a problem with the proxy_cache feature in nginx. To be moreprecise, the problem occurs when the cache loader kicks in and startsdeleting the expired files that are stored on a...
View ArticleA 503 page gets written to my proxy cache, overwriting the 200 (3 replies)
Hi,I'm trying to use the proxy cache to store regular pages (200) from my web server so that when the web server goes into maintenance mode and starts returning 503 nginx can still serve the good page...
View ArticleErrors using HttpUseridModule (4 replies)
Hi guys,I'm using the HttpUseridModule for storing session ids of our users.We're receiving a lot of errors lately concerning the format of theuserid cookie.Basically there are two types of...
View ArticleNginx configuration needed to dynamically rewrite a subdirectory to a...
How to configure NGINX daemon so that blog.xxx.com becomes xxx.com/blogCan anyone help me?
View Article