Re: [PATCH] OCSP stapling: better handling of successful OCSP responses.
Hey Maxim,> Presenting a certificate and a non-good certificate status to a> user looks like "bees against honey" for me. I would rather not.While I agree that it looks kind of iffy, by not...
View ArticlePermissions check
I just updated nginx and was warned about permissions. Are these appropriate:/var/log/nginx:drwxr-x--- root root/var/lib/nginx/tmp and /var/lib/nginx/tmp/*:drwx------ nginx nginx-...
View ArticleRe: Permissions check
> I just updated nginx and was warned about permissions. Are these appropriate:>> /var/log/nginx:> drwxr-x--- root root>> /var/lib/nginx/tmp and /var/lib/nginx/tmp/*:> drwx------...
View Article404s logged in error.log?
I was wondering if someone could confirm that requests resulting in a 404 response are by default logged to error.log at error level "error".Is that normal, or is there some piece of configuration I am...
View ArticleRe: 404s logged in error.log?
----- Original Message -----> I was wondering if someone could confirm that requests resulting in a> 404> response are by default logged to error.log at error level "error".>> Is that...
View ArticleRe: 404s logged in error.log?
Hey,> Is that normal, or is there some piece of configuration I am missing that> will stop them from being logged to error.log? I figured 404s would be an> un-exceptional event that doesn't...
View ArticleRe: 404s logged in error.log?
I might have misread the two answers here, but I get the impression that they're saying the exact opposite of each other. Here's a sample (redacted) error message I'm seeing in error.log when doing a...
View ArticleRe: 404s logged in error.log?
----- Original Message -----> I might have misread the two answers here, but I get the impression> that> they're saying the exact opposite of each other.If you analysed the responses and what...
View ArticleRe: 404s logged in error.log?
Perfect, that clarified it, thank you. I will turn off log_not_found and stick to having 404s just in my access logs, to be on the safe side.
View ArticleУведомление модуля о том, что сессия завершилась
Всем доброго дня.Пишу модуль под nginx.Управление передается модулю, когда прилетает request и наступает соответсвующая фаза обработки. Но, что если запрос не прилетел, а сессия закрылась по тайм-ауту...
View ArticleRe: Nginx returns HTTP 200 with Content-Length: 0
Do you have SPDY enabled? I have experienced issues with SPDY, upstream keepalive and proxy_cache together. Ended up having to turn off SPDY.
View ArticleMerging equivalent cache keys?
We've got a route which is used to retrieve multiple objects in parallel. The client does a GET on /api/1/station/multi?id=123&id=456&id=789. We cache these in our nginx config:location ~...
View ArticleThe truth about gzip_buffers?
Reading the docs on nginx.org and searching around, it seems there's no consensus on how we should configure gzip_buffers.Some guides say that the total buffer needs to be greater than any file you...
View ArticleRe: Merging equivalent cache keys?
Using the embedded Lua module you can add the three IDs as integers andreduce it to a single number.That way you'll get a single number by virtue if the commutativity of realnumber addition. AFAIK...
View Articlevalid_referers dynamic hostname
Sorry for posting here - don't know for sure if it's the right place.I have an issue:1) I use nginx as reverse proxy, but I don't always know the domain name for which I'm serving, so my setup looks...
View ArticlePHP-FPM exited on signal 10 (SIGBUS)?
Hello!I'm tring to install again openx after the free service of openx.com clese… But I've some strange trouble, after the installation on a regular server with FreeBSD 9.1 + Nginx 1.4.1 + PHP 5.3.24,...
View ArticleRe: [SPAM]Как отдавать для deny IP; вместо 403 - 503?
On 17.05.2013, at 20:10, Vladislav Prodan <universite@ukr.net> wrote:>> Сабж.>> Список IP глобальный, определен выше секций server.как временная мера - список и пр части конфига можно...
View ArticleRe: The truth about gzip_buffers?
Hello!On Sat, May 18, 2013 at 09:02:14AM -0400, spdyg wrote:> Reading the docs on nginx.org and searching around, it seems there's no> consensus on how we should configure gzip_buffers.Just keep...
View ArticleRe: 400 Bad Request в Mercurial
Hello!On Mon, May 20, 2013 at 12:31:10AM -0400, kasak wrote:> Имеется репозиторий на меркуриале, работает через Apache на внутреннем> сервере, nginx стоит на шлюзе и проксирует запросы на...
View ArticleRe: valid_referers dynamic hostname
Hello!On Sat, May 18, 2013 at 01:31:50PM -0400, vlad031@binkmail.com wrote:> Sorry for posting here - don't know for sure if it's the right place.>> I have an issue:>> 1) I use nginx as...
View Article