Re: Issue with my proxy configuration
Hi.Try something like:location / {proxy_pass http://<ip-address>:8081/AppName/;}Orlocation / {proxy_pass http://<ip-address>:8081/AppName/$uri;}On Mon, Apr 22, 2013 at 5:17 PM, Jörg...
View Articleprotobuf-nginx (nginx code generator for protocol buffers messages)
Hi,I've written a Google Protocol Buffers code generator for nginx moduledevelopers interested in using protobuf messages within nginx natively.The project is on Github...
View ArticleTLS SNI support for mail
As discussed here (http://forum.nginx.org/read.php?2,237967) I am interested in TLS SNI support for the mail modules (SMTP, IMAP and POP3).I am wondering whether a regular contributor to nginx,...
View ArticleRe: Subrequests: returning response to client
Hello!On Mon, Apr 22, 2013 at 12:17:31AM -0400, davidjb wrote:> Maxim Dounin Wrote:> ------------------------------------------------------->> > What you are trying to do should be...
View ArticleRe: which version to use in production - 1.2.x or 1.3.x
Hello!On Sun, Apr 21, 2013 at 09:31:52AM -0400, gadh wrote:> i know that 1.3.x is development version, but is it stable enough to be used> in production? as stated here:>...
View ArticleRe: Feature extension to auth_request module: FastCGI authorizer
Hello!On Mon, Apr 22, 2013 at 12:35:51AM -0400, davidjb wrote:> I've written an additional feature into the Auth Request module (from> http://mdounin.ru/hg/ngx_http_auth_request_module/) that...
View ArticleRe: 1.3 stable version release
Hello!On Mon, Apr 22, 2013 at 01:00:15PM +0530, Vini Gupta wrote:> Hi,>> I wanted to use the static etag support module for nginx. I found a module> written by mikewest here...
View ArticleRe: how to debug memory leak/grow
Hello!On Mon, Apr 22, 2013 at 04:38:25AM -0400, gadh wrote:> in my nginx, compiled with my modules, i see that under every day usage (its> on a web site , i cannot reproduce this in my lab) the...
View Articlenginx eating all RAM, log files?
I have two nginx instances (nginx/1.0.15) on a 4GB RAM machine. Each instance runs fewer than 25 requests as reported with stub_status on;The problem is that once nginx is started from scratch it...
View ArticleRe: nginx eating all RAM, log files?
Before anything I suggest you upgrade you nginx install... you're runningnginx/1.0.15, the last satble version is 1.2.8!It might be some bug that was fixing in the mean time!On Mon, Apr 22, 2013 at...
View Articleproxy_next_upstream http_403 code
Здравствуйте!В моей конфигурации nginx раздает файлы и балансирует нагрузку междусерверами.Я использую rsync для синхронизации данных между машинами.Во время синхронизации rsync назначает chmod 600 на...
View ArticleRe: nginx eating all RAM, log files?
HiAre you sure it's not the linux file/buffer cache that's using all yourram? (does ps/top show nginx or the worker processes using it directly?)Linux and most/all other unix variants will fill up...
View ArticleRe: nginx eating all RAM, log files?
Hello!On Mon, Apr 22, 2013 at 06:30:41PM +0000, Joseph Cabezas wrote:> I have two nginx instances (nginx/1.0.15) on a 4GB RAM machine.> Each instance runs fewer than 25 requests as reported...
View ArticleRe: proxy_next_upstream http_403 code
On Mon, 22 Apr 2013, Aleksey Chirkin wrote:> В моей конфигурации nginx раздает файлы и балансирует нагрузку между> серверами.> Я использую rsync для синхронизации данных между машинами.> Во...
View ArticleRE: nginx eating all RAM, log files?
Hello!,This is the output of ps, iam having a hard time interpreting the memory usage perhaps you can help me differ?USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 18951 0.0 0.1 195892 6340...
View ArticleRE: nginx eating all RAM, log files?
Maxim,Thank you...!!Regards,Josephan/listinfo/nginx_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleRe: модуль mp4: start time is out mp4 stsc chunks
Hello!On Mon, Apr 22, 2013 at 01:37:22PM +0400, Eric Benjamin wrote:> Приветствую!>> Вопрос по модулю mp4. Пытаюсь разобраться.> При псевдо-стримменге возникает ошибка: "start time is out...
View ArticleRe: RE: nginx eating all RAM, log files?
man ps | grep RSSman ps | grep VSZwhen using a tool like top: real_free = free + cachedyou might want to try htop for a better continuous displayyour ram is fine :)regards,mex
View ArticleRe: Nginx wiki points to 1.2.6 as being latest stable
Hello!On Mon, Apr 22, 2013 at 11:27:43AM +0100, Jonathan Matthews wrote:> As per subject, http://wiki.nginx.org/Install#Source_Releases points> towards 1.2.6.>> I don't personally have the...
View ArticleRe: protobuf-nginx (nginx code generator for protocol buffers messages)
I use protobufs in nginx via Lua. An example:https://github.com/bakins/lua-resty-riakEasy and speedy._______________________________________________nginx-devel mailing...
View Article