Re: gunzip module and buffer managment
On Friday 07 June 2013 01:57:54 kpstein wrote:> I'm trying to use the http_gunzip module as an example for a filter I am> trying to write. I'm particularly interested in the buffer...
View ArticleRe: limit_req странное поведение
On Jun 6, 2013, at 9:00 PM, Валентин Бартенев <vbart@nginx.com> wrote:> On Thursday 06 June 2013 23:31:23 Anatoly Mikhailov wrote:>> Столкнулся с очень неожиданной проблемой, limit_req...
View ArticleRe: Setting headers within process_headers function of module
On 06/06/13 21:24, Maxim Dounin wrote:> Hello!>> On Thu, Jun 06, 2013 at 05:17:14PM +1000, Atul Bhouraskar wrote:>>> Hi,>>>> I am writing an "upstream" module to implement...
View ArticleRe: How can i get ip and port under forward proxy
Thanks, i add a line " len = NGX_SOCKADDRLEN ", then , it is ok! thanks very much.but i want to know , why? (struct sockaddr *) &sa and &len as are input paramter, why len need initialized?
View ArticleRe: How can i get ip and port under forward proxy
Hello!On Thu, Jun 06, 2013 at 09:29:36PM -0400, honwel wrote:> Thanks, i add a line " len = NGX_SOCKADDRLEN ", then , it is ok! thanks> very much.> but i want to know , why? (struct sockaddr...
View ArticleRe: gunzip module and buffer managment
second rank pointer.---- ctx->last_out Matches (10 in 1 files) ----Ngx_http_gunzip_filter_module.c (add-on): ctx->last_out = &ctx->out;Ngx_http_gunzip_filter_module.c (add-on):...
View ArticleRe: HTTP status code 499 from long running requests
Maxim,I dug a bit deeper and here is the nginx access log showing the 499 status request, and then a repost of the same request:XX.XX.XXX.253 - - [06/Jun/2013:21:09:08 -0700] "POST /actions/execute.php...
View Articleindex.php in folders.
Is there a simple config I can use to check for an index.php insubfolders?It was my understanding that if I usedindex index.php;in the server block, andtry_files $uri $uri/ /index.php;in location / {}...
View ArticleRe: index.php in folders.
Hello,On Fri, Jun 7, 2013 at 1:24 AM, Steve Holdoway <steve@greengecko.co.nz>wrote:> Is there a simple config I can use to check for an index.php in> subfolders?>> It was my...
View ArticleUpdated patch for CVE-2013-2070 ?
Hello.As stated here(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708164), the patchnginx developers wrote for fixing CVE-2013-2070 is not 100% correct C.This is a big issue for us (I'm part of the...
View ArticleRe: kerberos
This is a long time coming - I wanted to reply, I funded a project to tryto get GSSAPI/SPNEGO support into nginx.The developer didn't know Kerberos nor nginx - but tried his best to get itto work.I...
View ArticleRe: rewrite для URI со знаком вопроса
У меня сработала вот такая вот конструкция:location /path2 {if ($request_uri ~ /path2/blablabla.action) {set $test O;}if ($arg_licenseRequest = ABC123) {set $test "${test}K";}if ($test = OK) {return...
View ArticleRe: rewrite для URI со знаком вопроса
Валентин Бартенев Wrote:> Почему же?>Спасибо! Так тоже заработало!Ура!
View ArticleRe: rewrite для URI со знаком вопроса
On Thu, 6 Jun 2013, Andrey Kopeyko wrote:> > А если у меня сам "path2" еще проксируется в Tомкат:> >> > location /path2 {> >> > proxy_buffering on;> > proxy_pass...
View ArticleCaching any point to go in ram ?
Hello,I have a 15k rpm server 16g ram on which is fiercely installed nginx 1.5.1 on a debian 7 machine (no apache installed).I read a lot (up to crunching my head) about caching strategy.I would like...
View ArticleRe: Updated patch for CVE-2013-2070 ?
Hello!On Fri, Jun 07, 2013 at 08:37:49AM +0200, Cyril Lavier wrote:> Hello.>> As stated here> (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708164), the patch> nginx developers wrote...
View ArticleRe: HTTP status code 499 from long running requests
Hello!On Fri, Jun 07, 2013 at 12:23:34AM -0400, justin wrote:> Maxim,>> I dug a bit deeper and here is the nginx access log showing the 499 status> request, and then a repost of the same...
View ArticleRe: Caching any point to go in ram ?
Hello!On Fri, Jun 07, 2013 at 08:02:14AM -0400, Larry wrote:> Hello,>> I have a 15k rpm server 16g ram on which is fiercely installed nginx 1.5.1> on a debian 7 machine (no apache...
View ArticleCheck applied confirguration per container (http, server, location, etc.)
Hello,I wondered if the foolowing improvement ideas had been aleready mentionedor not and if they could prove useful.1) Having the possibility of displaying the applied configuration for aspecific...
View ArticleNginx, Is client using SPDY?
Is there a way to know the client can use or is using SPDY and then route that SPDY client specific data, Ie http<- site1, https<- site2, SPDY<-site3 (all have to use same domain and ip...
View Article