Re: Nginx Upload Progress Module stops functioning once behind reverse-proxy

2015-02-16 Thread Francis Daly
On Mon, Feb 16, 2015 at 02:55:51PM -0500, Ben Johnson wrote: Hi there, > I've recently compiled nginx-1.7.10 with a third-party upload-progress > tracking module, which is described at > http://wiki.nginx.org/HttpUploadProgressModule . Read the first two paragraphs on that page... > This module

Re: rewrite rules cms phpwcms not working

2015-02-16 Thread Francis Daly
On Sun, Feb 15, 2015 at 09:02:05AM -0500, dansch wrote: Hi there, I've not tried to use phpwcms. But from the apache config and your description, I think that the following provides some of the information to the php interpreter that it wants. > (track|include|img|template|picture|filearchiv

Nginx Upload Progress Module stops functioning once behind reverse-proxy

2015-02-16 Thread Ben Johnson
Hello, I've recently compiled nginx-1.7.10 with a third-party upload-progress tracking module, which is described at http://wiki.nginx.org/HttpUploadProgressModule . This module works perfectly well, until I attempt to put the entire setup behind a reverse-proxy. Below is a simplified configurat

Re: Nginx virtual host traffic status module

2015-02-16 Thread B.R.
Looks cool! It will need deeper review, of course, but if the behavior matches the display, that is promising. Thanks! --- *B. R.* On Mon, Feb 16, 2015 at 10:20 AM, 김영주 wrote: > Hello, > > > > I've created an open source module similar to the live traffic monitoring > of nginx plus. > > I've m

Nginx virtual host traffic status module

2015-02-16 Thread 김영주
Hello, I've created an open source module similar to the live traffic monitoring of nginx plus. I've made it as C module, and it supports virtual hosts. If anyone tries it out, feedback is welcome. Note: I haven't tested it extensively in production environment yet. Project name: Nginx virtual