Re: Exact Client public certificate authentication using Nginx
Hello!On Wed, Apr 03, 2013 at 09:30:40AM -0400, Sekhar wrote:> Hi Maxim,>> Thanks for replying to the post. Below is my concern.>> Multiple certificate can have the same DN and the DN...
View Article[nginx] svn commit: r5167 - trunk/src/http/modules
Author: vbartDate: 2013-04-03 14:13:35 +0000 (Wed, 03 Apr 2013)New Revision: 5167URL: http://trac.nginx.org/nginx/changeset/5167/nginxLog:Limit req: rate should be non-zero.Specifying zero rate caused...
View ArticleRe: nginx-1.3.15
On 4/3/13 5:48 PM, Anatoly Mikhailov wrote:>> On Apr 3, 2013, at 2:18 PM, Maxim Konovalov <maxim@nginx.com> wrote:>>> On 3/28/13 2:46 PM, Maxim Konovalov wrote:>>> On...
View ArticleSSI: flastmod, fsize
Привет,Выглядит так, как-будто модуль SSI не поддерживает директивы #flastmod и#fsize. Интересно, почему. Сложно реализовать? Чрезмерные затраты? Никому ненужно?Это создает некоторые проблемы при...
View ArticleRe: SSI: flastmod, fsize
On Wednesday 03 April 2013 21:55:14 Matwey V. Kornilov wrote:> Привет,>> Выглядит так, как-будто модуль SSI не поддерживает директивы #flastmod и> #fsize. Интересно, почему. Сложно...
View Articleдобавление переменных
Всем привет.Хочется добавлять переменные не перед конфигурацией процесса, ав процессе обработки запроса. Такое возможно? Везде, где нашёл описаниесоздания переменных, написано, что только в...
View ArticleRe: добавление переменных
On Wednesday 03 April 2013 23:06:28 Oleg wrote:> Всем привет.>> Хочется добавлять переменные не перед конфигурацией процесса, а> в процессе обработки запроса. Такое возможно? Везде, где...
View Articleupstream load balancing.
Folks,I'm sharing processing load across 3 remote servers, and am having aterrible time getting it balanced.Here's the configupstream backend {server 192.168.162.218:9000 fail_timeout=30 max_fails=3...
View ArticleRe: reset_timedout_connection
On Apr 4, 2013, at 12:46 , Дмитрий Шалашов wrote:> Heeey :-)>> Is it safe to enable it?Yes, it is safe. Probably, it should be enabled by default.--Igor Sysoev> 2013/3/29 Дмитрий Шалашов...
View ArticleRe: nginx rewrite ?&
К сожалению и с args тоже не заработал. Пробовал вот так:if ($args ~* ^&) {rewrite ^ http://$host permanent;}if ($args ~* "^&") {rewrite ^ http://$host permanent;}if ($args ~* "^\&")...
View ArticleRe: reset_timedout_connection
Thank you!Best regards,Dmitriy Shalashov2013/4/4 Igor Sysoev <igor@sysoev.ru>> On Apr 4, 2013, at 12:46 , Дмитрий Шалашов wrote:>> Heeey :-)>> Is it safe to enable it?>>>...
View ArticleRe: Nginx RP: a lot of rewrite rules
On Thu, Apr 04, 2013 at 09:01:17AM +0200, Davide D'Amico wrote:Hi there,> Is it better to use (in terms of performances, reliability, load on the> reverse proxy) the rewrite rules on the nginx...
View ArticleRe: Optimize rewrite
>> location / {> rewrite ^/(.*)/(.*)$ /$1/index.php?url=$2;> }I would suggest to use try_files:location / {try_files $uri $uri/ /index.php?url=$uri&$args;}Personally instead of pasing...
View ArticleRe: SSI: flastmod, fsize
Ну как обычно:<a href="download/file.tgz">Скачать здесь</a> [<!--#fsizevirtual="download/file.tgz"-->], последний раз обновлялось...
View ArticleRe: nginx rewrite ?&
Попробовал:location = /test {if ($args ~ ^&) {return 301 http://example.com/work/;}default_type text/plain;return 200 $args;}Робит: либо выводит переменную, либо делает редирект.4 апреля 2013 г.,...
View ArticleAw: [semi-OT] GridFS uWSGI plugin
Thanks for sharing, sounds really good. Gesendet: Donnerstag, 04. April 2013 um 10:17 UhrVon: "Roberto De Ioris" <roberto@unbit.it>An: nginx@nginx.orgBetreff: [semi-OT] GridFS uWSGI pluginHi...
View ArticleRedirect 404 errors to the home page
Hi,Ive received a request stating that the website owner wants all 404 error messages redirected to the home page as its affecting their seo ranking(im not sure about this myself but thats another...
View ArticleRe: nginx rewrite ?&
Спасибо, Вадим.Пока пробовал и гуглил, натолкнулся на такую конструкцию (немного подправив под себя):if ($query_string ~ "&(.*)"){rewrite ^(.*)$ $1? permanent;}Но и вашу конструкцию тоже попробую.
View Articleпрозрачное проксирование с AWS S3
Добрый день,появилась бизнес-задача организовать контролируемую доставку файловс S3, разумеется, nginx будет заниматься проверкой условий и отдаватьфайл при их соблюдении. Заодно у нас появится...
View Articleproxy_cache_key and $content_length
Hi,I'd like to put $content_length in proxy_cache_key in order nginx to check if file had changed and send it instead of old file if it's case.But the $content_length is always empty. Why ?Or do you...
View Article