Re: map и limit req
On Thursday 21 March 2013 12:02:52 sergey_s wrote:> и то что это разные зоны, значения не имеет ?> zone=limit> zone=testzone>Не имеет. Более того, иначе и быть не может: нельзянаписать две...
View ArticleSubrequest questions
Hi,I have a few questions about subrequests -- When a subrequest is completed - where is the response body stored? Isit entirely in the memory? How does the main request retrieve it?- Can I invoke the...
View ArticleПроксирование web sockets
В связи с недавно анонсированной поддержкой web sockets в nginx решилпопробовать данную возможность. Создал простой конфигserver {listen 192.168.210.221:80;server_name 192.168.210.221;charset...
View Articletcp splicing
Hello,I am new in nginx and I'd like to know if nginx implements tcp-splicingsystem call.Thanx--Lukáš HeřboltLinux AdministratorET NETERA | smart e-business[a] Milady Horákové 108, 160 00 Praha 6[t]...
View Articlea weird crash in ngx_http_core_run_phases()
Hi,Sometimes we got weird segmentation fault crashes inngx_http_core_rewrite_phase():(gdb) bt#0 0x0000000801c17a00 in ?? ()#1 0x0000000814c7ca10 in ?? ()#2 0x0000000809453600 in ?? ()#3...
View Article[nginx] svn commit: r5124 - trunk/src/core
Author: ruDate: 2013-03-21 15:52:52 +0000 (Thu, 21 Mar 2013)New Revision: 5124URL: http://trac.nginx.org/nginx/changeset/5124/nginxLog:Simplified...
View Article[nginx] svn commit: r5125 - in trunk/src: core http http/modules
Author: ruDate: 2013-03-21 16:03:24 +0000 (Thu, 21 Mar 2013)New Revision: 5125URL: http://trac.nginx.org/nginx/changeset/5125/nginxLog:Use NGX_DEFAULT_POOL_SIZE macro where...
View Article[nginx] svn commit: r5126 - trunk/src/core
Author: ruDate: 2013-03-21 16:04:09 +0000 (Thu, 21 Mar 2013)New Revision: 5126URL: http://trac.nginx.org/nginx/changeset/5126/nginxLog:Moved ngx_array_t definition from ngx_core.h to...
View Article[nginx] svn commit: r5127 - trunk/src/http/modules
Author: ruDate: 2013-03-21 16:05:35 +0000 (Thu, 21 Mar 2013)New Revision: 5127URL: http://trac.nginx.org/nginx/changeset/5127/nginxLog:Fixed language in a comment preceding...
View Article[nginx] svn commit: r5128 - trunk/src/http
Author: ruDate: 2013-03-21 16:06:13 +0000 (Thu, 21 Mar 2013)New Revision: 5128URL: http://trac.nginx.org/nginx/changeset/5128/nginxLog:Removed unused ngx_http_clear_variable()...
View Article[nginx] svn commit: r5129 - trunk/src/http/modules
Author: ruDate: 2013-03-21 16:06:53 +0000 (Thu, 21 Mar 2013)New Revision: 5129URL: http://trac.nginx.org/nginx/changeset/5129/nginxLog:Split clients: check length when parsing...
View ArticleRe: How to change cookie header in a filter?
Got it, thanks, appreciate.-C于 13-3-20 上午1:38, Maxim Dounin 写道:> Hello!>> On Tue, Mar 19, 2013 at 11:50:43AM -0700, Cool wrote:>>> Thanks Maxim, I got what you mean.>>>>...
View ArticleRe: Upstream least_conn behavior irregularity
Ohhhh... that makes complete sense now.Had 4 workers.Thanks!On Thu, Mar 21, 2013 at 4:47 AM, Ruslan Ermilov <ru@nginx.com> wrote:> On Thu, Mar 21, 2013 at 01:45:14AM -0700, John Watson...
View ArticleRe: nginx as proxy
Hello Guys my name is Mark.According to that topic i think that nginx is an free Web hosting server and a reverse proxies server. You can use nginx for a fill controlling or as a proxies remedy to run...
View ArticleRe: Is Tomcat compatible?
Will there be improvement in performance? If Tomcat can be integrated into Nginx, is there a documentation I can read?
View ArticleRe: tcp splicing
On Thu, Mar 21, 2013 at 03:30:32PM +0100, Heřbolt, Lukáš wrote:Hi there,> I am new in nginx and I'd like to know if nginx implements tcp-splicing> system call.If it does, I guess that the string...
View ArticleRe: Need to proxypass to different servers.
On Thu, Mar 21, 2013 at 01:48:20AM -0400, geopcgeo wrote:Hi there,> Thanks for your updates. We are able to proxypass to another domain. But> the issue is domain’s sub directories are not working...
View ArticleRe: Too Many Redirects - CDN Rewrite Rule
On Thu, Mar 21, 2013 at 12:20:53AM -0400, toddlahman wrote:Hi there,> It is possible my CDN is using the same ruleset. I am using MaxCDN, and they> use Nginx to serve static images. How would I...
View ArticleRe: Upstream least_conn behavior irregularity
Well doesn't make sense when theres >4 concurrent requestsAt any given time there's around 12 active_connections, but sock-3 is stillnever being usedOn Thu, Mar 21, 2013 at 9:34 AM, John Watson...
View Article