[nginx-announce] nginx-1.3.14
Changes with nginx 1.3.14 05 Mar 2013*) Feature: $connections_active, $connections_reading, and$connections_writing variables in the ngx_http_stub_status_module.*) Feature: support of WebSocket...
View Article[nginx-ru-announce] nginx-1.3.14
Изменения в nginx 1.3.14 05.03.2013*) Добавление: переменные $connections_active, $connections_reading и$connections_writing в модуле ngx_http_stub_status_module.*) Добавление: поддержка...
View Articlenginx-1.3.14
Изменения в nginx 1.3.14 05.03.2013*) Добавление: переменные $connections_active, $connections_reading и$connections_writing в модуле ngx_http_stub_status_module.*) Добавление: поддержка...
View ArticleRe: nginx/KQUEUE+SPDY breaks proxy_ignore_client_abort
On Saturday 02 March 2013 02:09:46 Valentin V. Bartenev wrote:> On Saturday 02 March 2013 00:56:06 Phil Pennock wrote:> > [fixed Subject: to help others with issue track it]> >> >...
View ArticleNeed help to convert .htaccess to nginx rules
[code]<Files *.htm>#CompressSetOutputFilter DEFLATE</Files>Options +FollowSymLinksRewriteEngine onRewriteBase /# please use .php at url for adminRewriteRule ^recent-articles-feed rss.php...
View ArticleRe: Patch proposal: allow alternatives to 503 status code in limit_req module
On Sun, Mar 3, 2013 at 7:00 AM, <nginx-devel-request@nginx.org> wrote:> Message: 1> Date: Sun, 3 Mar 2013 03:14:12 +0400> From: Maxim Dounin <mdounin@mdounin.ru>> To:...
View Articlenginx-1.3.14: alert sched_setaffinity() failed
Hi,On an updated CentOS 6.3 x86_64 VM I just installed nginx 1.3.14 withextra modules ngx_cache_purge and nginx-auth-ldap, the SPDY 66 patch andbuilt statically against openssl-1.0.1e. In the error log...
View ArticleQNs about cookies and caching
I'm wondering if someone can help with the following? I have a java app where I'm using nginx as a caching reverse proxy. I have a location defined for five distinct JSPs and different cache...
View ArticleRe: nginx-1.3.14: alert sched_setaffinity() failed
Hello!On Tue, Mar 05, 2013 at 07:38:30PM +0100, Patrick Lists wrote:> Hi,>> On an updated CentOS 6.3 x86_64 VM I just installed nginx 1.3.14> with extra modules ngx_cache_purge and...
View ArticleRe: Websocket on port 80
On Tue, Mar 5, 2013 at 1:20 AM, trm asn <trm.nagios@gmail.com> wrote:> Hi List,>> I am using Nginx-1.3.13 for this websocket support. I am doing socket.ioproxy from Nginx . Below is my...
View ArticleRe: nginx-1.3.14: alert sched_setaffinity() failed
Hi Maxim,Thank you for your feedback.On 05-03-13 20:07, Maxim Dounin wrote:> Do you have worker_cpu_affinity (http://nginx.org/r/worker_cpu_affinity)> in your config? Does it match CPUs...
View ArticleRe: Nginx Module (I/O block)
On 02/10/2013 12:25 AM, Maxim Dounin wrote:> Hello!>> On Sat, Feb 09, 2013 at 04:41:54PM +0100, alexander_koch_log wrote:>>> It is not clear to me how to avoid blocking the nginx...
View ArticleWhy would nginx 0.7.6 is drop requests randomly
I notice our server is rapidly responding 500 errors for random pages.Our setup is pretty basic. We are running Nginx 0.7.6 with Unicorn and aRails app on a Ubuntu 10.4 server.What ever the problem, it...
View ArticleForwarding to upstream server at port specified in url query paramter
I am trying to use the HttpProxyModule to forward traffic to an upstream server. The incoming request will be like:http://foobar.com/path?p=1234where p=1234 indicates the upstream port to use.For this...
View ArticleRe: Forwarding to upstream server at port specified in url query paramter
On 6 March 2013 00:51, dakun <nginx-forum@nginx.us> wrote:> I am trying to use the HttpProxyModule to forward traffic to an upstream> server. The incoming request will be like:>>...
View ArticleProblem configuring Nginx to host SpreeCommerce - 502 error
I have had a terribly difficult time deploying SpreeCommerce, despite(or perhaps because of) following the Spree documentation. I haveeventually gotten to the point where the Capistrano deployment...
View Articlehow work ip_hash and weight in nginx 1.2.7
sorry,my english is poor.>>>webserver: tomcat 6.0.23When I tested on four tomcat servers, one server load is higher always.How to set up to make each server load is balanced.>>>Use...
View ArticleRe: Problem configuring Nginx to host SpreeCommerce - 502 error
looks like a recursion to me, no?you point your nginx.conf to proxy_passto http://www.masterjoestoybox.net/and then you define with your mjtba config that listens to www.masterjoestoybox.netand...
View ArticleRe: Need help to convert .htaccess to nginx rules
maybe this helps as a start:http://stackoverflow.com/questions/5840497/convert-htaccess-to-nginxand you may want to...
View ArticleRe: nginx stats
>> Yes, the stub one is quite limited. We've been working on a much> better version, which is going to appear soon.>any more info on this topic yet?
View Article