Re: ngx_http_auth_request_module
On Apr 10, 2013, at 12:43 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:> Hello!>> On Tue, Apr 09, 2013 at 08:30:17PM +0100, Anatoly Mikhailov wrote:>>>>> On Apr 9, 2013, at...
View ArticleIs there any harm if the map directive in nginx is repeated for the same...
When I try it out, the definition that comes later seems to take effect. The question is, are there unintended consequences of doing this?http {map $http_host $a {hostnames;default 1;example.com...
View ArticleIf not allowed by geoip map login
Hello, I am using map lists for allowing acces to my site to crawlers and contries and I would like to redirect all others that are not in those lists to procees if they login. How this can be done?
View ArticleRe: [PATCH] Fix "$upstream_response_length" for upstream requests with...
Hey Maxim,> The patch is wrong as u->pipe might not exists at all, and the> code will result in null pointer dereference.Argh, I was actually looking yesterday whether this might be the...
View ArticlePHP Sessions not "saving" / "working"
Hi all,I am running nginx and php-fpm on Centos 6.3.I am noticing a strange behaviour where php sessions are not working. To troubleshoot it, I did the basics:1. Made sure php-fpm was using the /tmp...
View ArticleDNS bug report
Hi all,Recently, we have tested the NGX reverse proxy by TestCenter and found a segmentation fault in DNS module.BUG condition:1. The rn link two(or more) ctxs, As we know the end ctx get a timeout...
View ArticleRe: ngx_http_auth_request_module
Hello!On Thu, Apr 11, 2013 at 05:15:15PM +0100, Anatoly Mikhailov wrote:>> On Apr 10, 2013, at 12:43 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:>> > Hello!> >> > On...
View ArticleRe: DNS bug report
Hi,On Fri, Apr 12, 2013 at 07:38:46AM +0000, 彭谦(研六 福州) wrote:> Hi all,>> Recently, we have tested the NGX reverse proxy by TestCenter and found a segmentation fault in DNS module.>> BUG...
View Articlelarge_client_header_buffers directive is accepted, but ignored
large_client_header_buffers directive is accepted, but ignorednginx version: nginx/1.0.14We are trying to pass a file through nginx but it dies at the same linelevel no matter what changes we make to...
View ArticleRe: ngx_http_auth_request_module
Hello!On Fri, Apr 12, 2013 at 12:20:05PM +0100, Anatoly Mikhailov wrote:>> On Apr 12, 2013, at 10:29 AM, Maxim Dounin <mdounin@mdounin.ru> wrote:>> > Hello!> >> > On...
View ArticleRe: large_client_header_buffers directive is accepted, but ignored
Hello!On Fri, Apr 12, 2013 at 06:54:26PM +0800, Scott E. MacKenzie wrote:> large_client_header_buffers directive is accepted, but ignored> nginx version: nginx/1.0.14>> We are trying to...
View ArticleCross-compiling Nginx for ARM?
Hello,I'd like to run Nginx on the SheevaPlug (http://en.wikipedia.org/wiki/SheevaPlug), which is based on Marvell's Kirkwood 88F6281 (ARM9E/ARMv5TE).I have a couple of newbie questions:1. The archives...
View ArticleRe: large_client_header_buffers directive is accepted, but ignored
Thanks for the reply Maxim.We are performing a rather large data update via our api using GET and havehit this error. The changes to both nginx.conf and to the vhosts make nodifference and the process...
View ArticleRe: large_client_header_buffers directive is accepted, but ignored
Hello!On Fri, Apr 12, 2013 at 06:57:38AM -0700, Scott wrote:> Thanks for the reply Maxim.>> We are performing a rather large data update via our api using GET and have> hit this error. The...
View ArticleRe: large_client_header_buffers directive is accepted, but ignored
Hi Maxim,The logs (even with debug enabled) do not produce any evidence to isolatethis to the browser hitting a maximum count. However, on the other handthere is no evidence of...
View Article答复: DNS bug report
For example:Two(or more) requests visit A.com at the same time.DNS module:Send query A.comRecv response A.com(CNAME:b.com)Send query B.com[a little while] --> event timeoutRecv response B.com(code:2...
View Article[nginx] svn commit: r5171 - trunk/src/event/modules
Author: vbartDate: 2013-04-12 15:02:33 +0000 (Fri, 12 Apr 2013)New Revision: 5171URL: http://trac.nginx.org/nginx/changeset/5171/nginxLog:Events: protection from stale events in eventport and...
View ArticleRe: large_client_header_buffers directive is accepted, but ignored
Hello!On Fri, Apr 12, 2013 at 10:34:07PM +0800, Scott E. MacKenzie wrote:> Hi Maxim,>> The logs (even with debug enabled) do not produce any evidence to isolate> this to the browser hitting...
View Article[nginx] svn commit: r5172 - trunk/src/event/modules
Author: vbartDate: 2013-04-12 15:04:23 +0000 (Fri, 12 Apr 2013)New Revision: 5172URL: http://trac.nginx.org/nginx/changeset/5172/nginxLog:Events: handle only active events in eventport.We generate both...
View ArticleRe: large_client_header_buffers directive is accepted, but ignored
Hi Maxim,Yes, did that before posting to the list and no error 414 is logged. Ihave not come across this before and hence the question to the list. Basedon the lack of anything logged it does look to...
View Article