On 3/20/2011 10:21 PM, Jamie Dolan wrote: > include proxy.inc; -- Regards, Vitaly Tskhovrebov System Administrator U.S. +1 (206) 905-9939 Russia +7 911 094-2035 _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
Fine. But please note, this is only part of configuration. There are some files regarding to directive: /etc/nginx/vhosts/* Please include them also. -- Regards, Vitaly Tskhovrebov System Administrator U.S. +1 (206) 905-9939 Russia +7 911 094-2035 _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
This things should be fine. Please post your entire config. -- Regards, Vitaly Tskhovrebov System Administrator U.S. +1 (206) 905-9939 Russia +7 911 094-2035 _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
Вы же сообщали, что программа у вас установлена в /usr/local/nginx? Ну так выполняйте тогда непосредственно исполняемый файл из /usr/local/nginx/bin. Там должен лежать nginx. Итоговая строчка запуска /usr/local/nginx/bin/nginx -V Потрудитесь, пожалуйby vt - Nginx Mailing List - Russian
в командной строке будьте так любезны написать nginx -V после чего в результате нужно выискать, чему равно --conf-path. -- Regards, Vitaly Tskhovrebov System Administrator U.S. +1 (206) 905-9939 Russia +7 911 094-2035 _______________________________________________ nginx-ru mailing list nginx-ru@nginx.org http://by vt - Nginx Mailing List - Russian
Compile your nginx with syslog support: http://www.joeandmotorboat.com/2009/09/08/compiling-nginx-with-syslog-support/ Use syslog-ng feature to send packets to loghost. Regards, Vitaly Tskhovrebov _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
Где же примеры Ваших попыток? А мы исправим. On 3/16/2011 1:44 AM, Sergey Kobzar wrote: > Добрый вечер. > > Никак не могу переписать следующие Apache rewrite rules под Nginx: > > RewriteRule ^css/[0-9]+/(.*?)$ /css/$1 > RewriteRule ^js/[0-9]+/(.*?)$ /js/$1 > > # we check if the .html version iby vt - Nginx Mailing List - Russian
При nginx reload сервис применяет настройки очень мягонько и незаметно. Самый простой и незатратный метод - написание скрипта про который я сказал. Все остальное предполагает много геморроя. Насчет одинаковых урлов - это мby vt - Nginx Mailing List - Russian
In my case of such config I was able to force perl application to build links inside with https. If your links don't have any scheme, then user's browser will use existing one. Also, you should avoid rewrites with schemes on nginx side. i.e. rewrite ^ http://example.com/ permanent; should be avoided, because it enforces to use http. On 3/9/2011 4:39 PM, Jarek Zmudzinski wrote: > The setupby vt - Nginx Mailing List - English
Может и неактуально в приличном обществе, но webdav клиент на windows xp страшен, когда применяет попытки авторизации. В висте вроде починили. Линуксы и юниксы изначально проблем не имели. Webdav вы установите, ничего магическогby vt - Nginx Mailing List - Russian
once in 30 seconds... Do you really need that? Anyway, cat access.log | grep -v "loadbalanced.check.txt" should help you. On 2/22/2011 6:26 PM, bindsocket wrote: > Dont know if this is even possible but I have a healthcheck file that is > checked by a load balancer every 30 seconds. However, I really do not > want the webserver to be logging this. Is there some way to configuby vt - Nginx Mailing List - English
I believe he is, I just meant that we can't force him to change priorities right now. It's open source, and this contributing is only good will. _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
Well, we can't force him to do something, right? Or you can just to make your nginx work correctly without checking timestamp and hash, but not braking the links - if you in rush. _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
So we just need to wait, aren't we? _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
Well, to low down priority of issue, you may live first with url rewrite function, so nginx will return your file, it will not obey hash and timestamp. Anyway, you claim that http://wiki.nginx.org/NginxHttpSecureDownload not working for you? _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
Please report about issues with respect to "English writing" rules, it's really mess you wrote before. IE uses activex object for ajax requests. Try to trace HTTP headers for both cases and test your ajax target by yourself. Try to open in IE your suggestions script and pass some query to it. Also, post your nginx.conf. _______________________________________________ nginx mailingby vt - Nginx Mailing List - English
Вы добавили уточнение, что проект мал. К сожалению, нужно определиться, готовы ли вы тратиться на high-availability. Бесплатно все же не будет. Вам понадобится кластеризованный load-balancer - по сути. Как он будет построен - дело пятby vt - Nginx Mailing List - Russian
Because, as me and Splitice mentioned before, your regexp is not correct (at least I cannot see slashes between hash and pages). Fix it. _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
On 2/7/2011 5:43 PM, Gregory wrote: > I am trying to work out a regular expression.What I am looking for is to > redirect any request that does not match a specific URI pattern. May be try to mention correct patterns as locations, and after that this rewrite rule? Also: > "^documents/({36})pages/({36})items/({36})$" missed some slashes and capitals. "^documents/({36})by vt - Nginx Mailing List - English
Смотрите iostats, там видно будет. Особое внимание на hdd. _______________________________________________ nginx-ru mailing list nginx-ru@nginx.org http://nginx.org/mailman/listinfo/nginx-ruby vt - Nginx Mailing List - Russian
Please provide nginx, php-fpm and php configs. _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
> There is any alternative to it in nginx? location = /test.php { types { application/x-httpd-php php; } } _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
On 1/15/2011 1:21 PM, Michael wrote: > Решил при помощи Windows7+nfs-server+VMware server+gentoo+nfs+nginx Интересно, а если папку из той же windows 7 экспортировать самбой, а nginx натравить на эту сетевую шару? Samba все-таки не NTFS. Может прокатить. ______________________________by vt - Nginx Mailing List - Russian
> Получаю либо redirect loop либо 500. Разгребать rewrite-log nginx > совместно с логикой SocialEngine довольно сложно. Прошу помочь для > начала переписать до конца сами правила, возможно внести корректировки в > мной написанные. А еслby vt - Nginx Mailing List - Russian
On 1/13/2011 1:50 AM, Michael wrote: > Здравствуйте, столкнулся с проблемой: > > Windows 7 + nginx-0.9.3 http://nginx.org/download/nginx-0.9.3.zip > в конфиге > autoindex on; > Прекрасно индексирует директории, за исключением файлов/директорий с > русскими и японсby vt - Nginx Mailing List - Russian
On 1/14/2011 7:51 PM, Olexander Shtepa wrote: >> Не поддерживает в смысле что если фронтенд другой ставить >> в логи сыплются айпи сервера а не клиента или что keepalive вообще >> отваливается если даже напрямую к апачу обратиться, вby vt - Nginx Mailing List - Russian
On 1/14/2011 2:04 PM, Olexander Shtepa wrote: >> Это очевидное и самое простое решение. Но в первом сообщении я >> написал, что доступа к днс для правки записей нет. > > /etc/hosts ? Вряд ли каждый клиент аппликейшена будет себе hosts править.by vt - Nginx Mailing List - Russian
On 1/14/2011 7:18 AM, Edho P Arief wrote: > check the log Debug log, I would say. _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
On 1/13/2011 11:40 AM, mignev wrote: > However, my question ofcource :) Can you tell me guys how I can check > for existing remote file. > What i mean: > how can i check http://www.google.com/logo.png or > http://dl.dropbox.com/u/3720261/testdir/file.zip Technically, of course you can build some solution for that, even do it in your application nginx serves. But think about netwoby vt - Nginx Mailing List - English
On 1/12/2011 1:31 PM, flash wrote: > Where would I start to troubleshoot this? Turn on debug mode and you will catch activity. _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby vt - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |