Any equivalent of mod_dumpio
Is there anything like Apache's mod_dumpio? Any way to get a full running trace of request & responses, including the body data? Would such a thing be useful to anyone besides me?
View ArticleRe: nginx-1.3.16
Hello Nginx Users,Now available: Nginx 1.3.16 For Windows http://goo.gl/w5Nam (32-bit and64-bit versions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleRe: nginx-1.3.16
В 1.3.16 появилась ошибка сборки с параметром --without-httpошибка при компиляцииnginx.xs:12:22: error: ngx_http.h: Нет такого файла или каталогаnginx.xs:13:34: error: ngx_http_perl_module.h: Нет...
View ArticleNginx connection close module
Hello,I'm sending you this email after some hours of struggling on google andnginx related page/articles/wiki for finding some nginx plugin for tcpdisconnect/reset of some client.My plan is to make an...
View ArticleRe: Any equivalent of mod_dumpio
On 04/16/2013 11:28 PM, jeff7091 wrote:> Is there anything like Apache's mod_dumpio? Any way to get a full running> trace of request & responses, including the body data? Would such a thing...
View ArticleDynamic upstream configuration
Hi,I have an nginx configured as a reverse proxy using proxy_pass.This is a dynamic reverse proxy, it fetches content for users in accordance to the HOST header in the requests.The problem I...
View ArticleProblem installing Nginx files -
Hello.I have an issue reinstalling nginx after manual deletion of config files.nginx.conf, mime types etc. doesn't appears again after installation.I'm running Linux Mint 14, install string - sudo...
View ArticleRe: nginx-1.3.16
Hello!On Wed, Apr 17, 2013 at 12:25:30AM -0400, INF[SZ] wrote:> В 1.3.16 появилась ошибка сборки с параметром --without-http>> ошибка при компиляции>> nginx.xs:12:22: error: ngx_http.h:...
View ArticleRe: DNS bug report
On Apr 12, 2013, at 6:38 PM, 彭谦(研六 福州) <pengqian@ruijie.com.cn> wrote:> For example:> Two(or more) requests visit A.com at the same time.> DNS module:> Send query A.com> Recv...
View ArticleОбработка 502 ошибки в именованном локейшене
Добрый день!Имею вот такое в конфигурации:error_page 500 501 502 503 504 /500.html;location / {try_files $uri $uri/ @upstream;error_page 404 = @upstream;error_page 403 = @upstream;}location @upstream...
View Article[Windows + fastcgi + php] Валится или перестаёт отвечать
Здраствуйте %user_name%. Я новичёк ине давно начал знакомство с nginx, и прошу помощи:Имеется относительно старенький дедик Dual Core AMD Opteron 2.2Ghz и 2 Gb RAMНа котором:* Windows Server 2003...
View ArticleRe: [Windows + fastcgi + php] Валится или перестаёт отвечать
On Wednesday 17 April 2013 16:59:53 FireFenix wrote:> Здраствуйте %user_name%. Я новичёк ине давно начал знакомство с nginx, и> прошу помощи:>> Имеется относительно старенький дедик Dual...
View ArticleRe: Cross-compiling Nginx for ARM?
2013/4/16 Shohreh:> djczaski Wrote:>> Thanks for the input. By any chance, did you write a tutorial that I could> use to try and compile it for that other ARM processor?Here you go:[1]...
View ArticleRe: [Windows + fastcgi + php] Валится или перестаёт отвечать
Hello!On Wed, Apr 17, 2013 at 05:27:47PM +0400, Валентин Бартенев wrote:> On Wednesday 17 April 2013 16:59:53 FireFenix wrote:[...]> > worker_processes 2;Вот тут надо поставить 1.[...]>...
View ArticleRe: nginx-1.3.16
Максим приветствую.Отвлеку на 2 минуты чтобы была понятна суть проблемы.Я уже третий год веду репозиторий пакетов для RHEL/CentOS под названием CentALT в котором, помимо прочего, есть пакеты...
View ArticleRe: Any equivalent of mod_dumpio
Just tried that out. Quite a nice dump, but I don't see the body in the output.I'm tracing ActiveSync via a proxy, wanting to glean the WBXML in the body, kinda like using a proxy as a sniffer.If I...
View ArticleRe: nginx-1.3.16
Здравствуйте, INF[SZ].Вы писали 17 апреля 2013 г., 18:53:21:> Сегодня в процессе тестирования обновления Nginx 1.3.16 некоторые тестовые> репозитории не обновили пакет и сообщили о проблеме в...
View Articlenginx кеширование
Здравствуйте.Имеется следующая конфигурация : nginx + php-fpm + drupal.Сайт с включенным модулем boost (кеширование для анонимов). После сбросакеша появляется 502 ошибка,в этот момент модуль активно...
View Articleresumable uploads using PUT method
Hi, is there a way to use the PUT method instead of POST when using the upload module...
View ArticleRe: nginx кеширование
Hello!On Wed, Apr 17, 2013 at 09:48:01PM +0300, Валентин Росавицкий wrote:> Здравствуйте.> Имеется следующая конфигурация : nginx + php-fpm + drupal.> Сайт с включенным модулем boost...
View Article