Re: access_log in stream context

2016-02-19 Thread cubicdaiya
Hello. Валентин Бартенев Wrote: --- > There's no need in access_log in the stream module. Connections are > recorded > on the "info" level in error_log. Thank you. I didn't notice it. Regards, -- Tatsuhiko Kubo Posted at Nginx Forum: http

access_log in stream context

2016-02-19 Thread cubicdaiya
Hello. I have been trying the stream module. But the way to record an access log (e.g. IP address) from a client is not found. Is access_log in stream context support planed in the future? Regards, -- Tatsuhiko Kubo Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264641,264641#msg

Re: NAXSI directive for fixing this error

2015-11-09 Thread cubicdaiya
Hello. 2015-11-07 20:42 GMT+09:00 Anoop Alias : > # > nginx: [emerg] could not build the wlr_url_hash, you should increase > wlr_url_hash_bucket_size: 512 > nginx: [emerg] $URL hashtable init failed in /etc/nginx/nginx.conf:87 > nginx: [emerg] WhiteList Hash building failed in

Re: about proxy_request_buffering

2015-04-01 Thread cubicdaiya
Hello. > 2015-04-01 9:18 GMT+09:00 Maxim Dounin : > Yes, it is not currently possible to switch off proxy_request_buffering > when using SPDY. Thanks. My question was resolved. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257731,257784#msg-257784 ___

Re: about proxy_request_buffering

2015-03-31 Thread cubicdaiya
> Same problem here. I suspect it's automatically disabled when spdy is > enabled. And also found an issue here for tengine: > https://github.com/alibaba/tengine/issues/444. Might be a similar issue ? Thanks for your comment. I saw the issue now. Probably so. Posted at Nginx Forum: http://forum.

about proxy_request_buffering

2015-03-28 Thread cubicdaiya
Hello. Though I'm trying to apply 'proxy_request_buffering off;' for unbuffered uploading, The buffering still seems to be enabled from error.log. # nginx.conf server { listen 443 ssl spdy; server_name example.com; location /upload { proxy_request_buffering off; pro

Re: A build of nginx with static-linked OpenSSL fails on Mac

2015-01-12 Thread cubicdaiya
Hello. Maxim Dounin Wrote: --- > > Though the rough patch below fixes failure, is there a better > solution > > expect dynamic-linking OpenSSL? > > Defining KERNEL_BITS=64 in the environment will convince recent > enough OpenSSL to build 64-bit

A build of nginx with static-linked OpenSSL fails on Mac

2015-01-09 Thread cubicdaiya
Hello. A build of nginx with static-linked OpenSSL seems to fail on Mac. $ uname -ar Darwin host 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64 $ cd nginx-1.7.9 $ ./configure \ --with-http_ssl_module \ --with-openssl=../openssl-1

Re: [nginx] hello world module build trouble

2014-12-11 Thread cubicdaiya
Hello. Why don't you apply a difference below? --- config.orig 2014-12-12 16:10:06.0 +0900 +++ config 2014-12-12 16:06:19.0 +0900 @@ -1,3 +1,3 @@ -ngx_addon_name=ngx_http_hello_dolly -HTTP_MODULES="$HTTP_MODULES ngx_http_hello_dolly" +ngx_addon_name=ngx_http_hello_dolly_modul

Re: Proxied request header names in SPDY are always lowercase

2014-11-01 Thread cubicdaiya
Hello! > "spdycat" converts all headers to lowercase before send it over SPDY. Oh, I had not notice it. Thanks(I assumed that nginx converts) > But the question is why do you care? It seems if you care > about it, you're definitely doing something wrong. Maybe so. Sorry for confusion. Thanks

Proxied request header names in SPDY are always lowercase

2014-11-01 Thread cubicdaiya
Hello! I have a question about the behavior of proxing SPDY to HTTP with nginx. First, there is a configuration like the following. upstream app { server 127.0.0.1:80; keepalive 32; } server { listen 443 ssl spdy; server_name example.com; pro

Re: correct notation of nginx

2013-10-21 Thread cubicdaiya
Hello! 2013/10/22 Maxim Dounin > Hello! > > On Tue, Oct 22, 2013 at 01:31:17AM +0900, cubicdaiya wrote: > > > Hello. > > > > Though I'm sometimes stumped about how to describing the notation of > nginx > > in text, > > is there an official n

correct notation of nginx

2013-10-21 Thread cubicdaiya
ail.com HP : http://cccis.jp/index_en.html Blog: http://cubicdaiya.github.com/blog/en/ Twitter : http://twitter.com/cubicdaiya ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

[ANNOUNCE]ngx_small_light

2013-10-06 Thread cubicdaiya
ngx_small_light last year. Though I'm still developing and maintaining now, as ngx_small_light grew to equip quit a lot of features, I announce ngx_small_light anew. If someone interests in ngx_small_light, I'm glad. ・Source code https://github.com/cubicdaiya/ngx_small_light ・Documents

Re: My filter module is not called

2013-08-11 Thread cubicdaiya
call > ngx_log_error). > > Vhost configuration: http://bpaste.net/show/121898/ > The module: http://bpaste.net/show/121900/ > > Please help to figure out what's wrong with it. https://gist.github.com/cubicdaiya/6206206 After I built your module with the above config the he

Re: Worker process is not getting killed , when master is killed using -9

2013-08-07 Thread cubicdaiya
behavior ? > > regards > Vivek Goel > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/nginx > -- Tatsuhiko Kubo E-Mail : cubicda...@gmail.com HP : http://cccis