Split words into caracters
Hi !I don't know if it is the right way to go, and I hope to hear from you if it is not.My concern is about the selection of a file traversing a tree. I have a bunch of hashed directories (dozens of...
View ArticleNginx authentication and dynamic proxy
Hi,I have setup a nginx server (openresty). I need to have authentication based on post params (user, pass, code) and get the result from auth query to redirect on intranet server (proxy_pass...
View ArticleRe: Split words into caracters
> But other than openresty, i didn't see any implementation inside nginx to> split any word or cookie.You can possibly use rewrite http://wiki.nginx.org/HttpRewriteModule...
View ArticleRe: Why use haproxy now ?
> Did you try previously nginx cache also on SSD or on usual hard disk?Tbh I don't remember as it was a while ago (on 0.7.x), it might have been aregular SAS system instead (which of course is not...
View ArticleRe: SPDY + proxy cache = occasional 499 errors
I posted this query back in December:http://forum.nginx.org/read.php?2,233497And the issue was fixed shortly afterwards in the 1.3.x branch.I'm now seeing the same issue again (static items coming from...
View Article[nginx] svn commit: r5165 - branches/stable-1.2/docs/xml/nginx
Author: mdouninDate: 2013-04-02 12:34:21 +0000 (Tue, 02 Apr 2013)New Revision: 5165URL:...
View Article[nginx] svn commit: r5166 - in tags: . release-1.2.8
Author: mdouninDate: 2013-04-02 12:34:39 +0000 (Tue, 02 Apr 2013)New Revision: 5166URL: http://trac.nginx.org/nginx/changeset/5166/nginxLog:release-1.2.8 tagAdded:tags/release-1.2.8/Index:...
View Articleпо proxy_cache_key
Подскажите пожалуйста на счёт кеширования.У меня на сервер приходят запросы вида "/live/FOLDER_PATH/z([0-9]*)/start.dat" которые nginx проксирует на прокси с путём "/FOLDER_PATH/start.dat"(кусок...
View ArticleRe: по proxy_cache_key
On Tuesday 02 April 2013 16:36:17 Garanin Michael wrote:> Подскажите пожалуйста на счёт кеширования.> У меня на сервер приходят запросы вида> "/live/FOLDER_PATH/z([0-9]*)/start.dat" которые...
View Article[nginx-announce] nginx-1.2.8
Changes with nginx 1.2.8 02 Apr 2013*) Bugfix: new sessions were not always stored if the "ssl_session_cacheshared" directive was used and there was no free space in sharedmemory.Thanks to Piotr...
View Articlenginx-1.2.8
Changes with nginx 1.2.8 02 Apr 2013*) Bugfix: new sessions were not always stored if the "ssl_session_cacheshared" directive was used and there was no free space in sharedmemory.Thanks to Piotr...
View Articlenginx-1.2.8
Изменения в nginx 1.2.8 02.04.2013*) Исправление: при использовании директивы "ssl_session_cache shared"новые сессии могли не сохраняться, если заканчивалось место вразделяемой памяти.Спасибо Piotr...
View ArticleRe: SPDY + proxy cache = occasional 499 errors
On Tuesday 02 April 2013 14:54:30 spdyg wrote:> I posted this query back in December:>> http://forum.nginx.org/read.php?2,233497>> And the issue was fixed shortly afterwards in the 1.3.x...
View ArticleRe: Не работают auth basic и auth basic user file при последующих обращениях....
On Monday 01 April 2013 22:11:42 green1000 wrote:> Осваиваю nginx. На Windows XP.> Имею такой простой конфиг:>> worker_processes 1;> pid "C:/nginx-1.2.7/logs/nginx.pid";>> http...
View ArticleRe: Split words into caracters
yeah but it works when you have multiple words.In my case, there is only one which is 1234567890...DEF (md5 -> 32 chars)And I would need the possibility to dom=1234567890...DEFm[1] = 1m[2] =...
View ArticleRe: SPDY + proxy cache = occasional 499 errors
Hello!On Tue, Apr 02, 2013 at 05:16:46PM +0400, Valentin V. Bartenev wrote:> On Tuesday 02 April 2013 14:54:30 spdyg wrote:> > I posted this query back in December:> >> >...
View ArticleRe: SPDY + proxy cache = occasional 499 errors
On Tuesday 02 April 2013 18:46:01 Maxim Dounin wrote:> Hello!>> On Tue, Apr 02, 2013 at 05:16:46PM +0400, Valentin V. Bartenev wrote:> > On Tuesday 02 April 2013 14:54:30 spdyg...
View ArticleRe: Split words into caracters
> yeah but it works when you have multiple words.What do you mean by multiple words?> In my case, there is only one which is 1234567890...DEF (md5 -> 32 chars)> m=1234567890...DEF> m[1]...
View ArticleRe: SPDY + proxy cache static content failures
Hi guys,So perhaps I shouldn't have reused my existing topic and confused things, sorry!I only did so because the symptom is exactly the same as the issue I originally reported (SOME static content...
View Articlewiki page for spdy
I see the spdy module sponsored by Automattic hasn't got a wiki page yet.Ok to transfer the following into a...
View Article