Re: FastCGI stderr being truncated
Hello!On Tue, Feb 26, 2013 at 09:38:52AM -0500, aschlosberg wrote:> Whilst investigating a series of 502 errors I have noticed that related> error messages from FastCGI stderr are being truncated...
View ArticleRe: Want to access UNIX environment variable
On 27 February 2013 06:49, amodpandey <nginx-forum@nginx.us> wrote:> Hi,>> I have system where I have defined OS environment variable $ENV=prod or dev.> I want to access this variable...
View ArticleRe: Proxy without buffering
haproxy does not buffer the request - it proxies immediately.
View ArticleRe: Virtualhosts and map
Hallo Jonathan,I have some proplems with the english language. This is bad in the IT section.My problem is, i can't find an complett example to do that for education. All I find isthe "old Way" with...
View ArticleHi
My name's Don, I'm a UK based web-developer. Most of my work to date has been with Apache, but am experimenting with nginx on a few projects and hoping to make more use of it in future.
View ArticleRe: Необходим инструмент для мониторинга nginx как proxy.
Здравствуйте, Уважаемый(-ая, -ое) Михаил Монашёв!>> Забыла добавить. nginx - на Windows 7ММ> Очень важное добавление. nginx на windows можно использовать толькоММ> для тестирования. Для...
View ArticleDifferentiate locations based on request method
Hi,I'm relatively new to nginx and hoping I've just missed something obvious but have had no luck googling for answers, so here goes.Is there a way to set up several location blocks (or server blocks)...
View ArticleHow to get original request_uri if i use proxy_pass
Hi guys, I need a little help here. 1 of my nginx.conf is as follow :location ~* ^/help/([A-Za-z0-9-_]+)$ {proxy_pass http://127.0.0.1:888/help.pl?p1=$1;}So for example I open this address :...
View ArticleRe: Virtualhosts and map
Hello!On Wed, Feb 27, 2013 at 06:40:27AM -0500, Varix wrote:> Hallo Jonathan,>> I have some proplems with the english language. This is bad in the IT> section.>> My problem is, i...
View Article[nginx] svn commit: r5084 - trunk/src/http
Author: ruDate: 2013-02-27 13:22:20 +0000 (Wed, 27 Feb 2013)New Revision: 5084URL: http://trac.nginx.org/nginx/changeset/5084/nginxLog:Fixed separator in $sent_http_cache_control.In case multiple...
View Article[nginx] svn commit: r5085 - in trunk/src/http: . modules
Author: ruDate: 2013-02-27 13:29:50 +0000 (Wed, 27 Feb 2013)New Revision: 5085URL: http://trac.nginx.org/nginx/changeset/5085/nginxLog:Correctly handle multiple X-Forwarded-For headers (ticket...
View ArticleRe: Virtualhosts and map
Hallo Maxim Dounin,thanks for your answer. It helps me.>This can't be a reason as long as you have "default_server">parameter of the "listen" directive properly set for listen>sockets used.My...
View ArticleAlias css|img|js to assets
I'm trying setup a location alias and am pulling my hair out. I'd like requests for example.com/(css|img|js) to alias to example.com/assets/(css|img|js), but for the life of me cannot get it...
View Articleinclude_shell
i needed a small feature for own purposes and pushed to github, include config generated by program at nginx startup.https://github.com/korneil/ngx_include_shell_module
View ArticleRe: if_modified_since
On Feb 27, 2013, at 22:44 , Namaste wrote:> Привет!>> Интересно, почему if_modified_since по дефолту установлен в exact, а не в> before?По историческим причинам. Долгое время в nginx'е не...
View ArticleRe: Want to access UNIX environment variable
Let me put what I want to achieve.Before that I want to know what is this 'env' global directive for?I want to maintain a single set of configuration files for dev and prod. The machines would have...
View ArticleRe: Want to access UNIX environment variable
Have puppet generate the configuration based on that variable.--Snet form my moblie phoen. Please excues tpyos.On Feb 28, 2013 1:05 AM, "amodpandey" <nginx-forum@nginx.us> wrote:> Let me put...
View ArticleRe: Want to access UNIX environment variable
Thank you.I am looking for an simpler ( direct ) approach. For now I have put a sed script in my bounce nginx which does that.
View ArticleRe: Исключение для списка файлов
Добрый день.среда, 27 февраля 2013 г. пользователь Алексей Бобок писал:> 27.02.2013, в 7:44, Dmitry Morozovsky <marck@rinet.ru <javascript:;>>> написал(а):>> > On Tue, 26 Feb...
View ArticleRe: Исключение для списка файлов
На ФС--Best regards,Alexey Bobok28.02.2013, в 9:41, Danila Shtan <danila@shtan.ru> написал(а):>> Я запутался - тысяча это iops на файловой системе или rps на...
View Article