Re: proxy_pass not passing to dynamic $host

2013-11-02 Thread Francis Daly
On Sat, Nov 02, 2013 at 10:21:14AM -0400, nehay2j wrote: Hi there, I suspect you'll get better help from someone else. I'm unable to work out what it is that you want nginx to do. > I added rewrite command so that the url doesn't show IP passed to the nginx. What does that mean, in the problem

Re: -s reload does not update logfiles time, v1.5.6

2013-11-02 Thread e1c1bac6253dc54a1e89ddc046585792
Am 02.11.2013 16:28 schrieb itpp2012: A -s reload works as documented, however while the logfiles are being written to, the logfiles keep their last (before -s) time/date. Is this a known issue? It's a documented "issue" .. http://nginx.org/en/docs/beginners_guide.html use -s reopen (or kil

-s reload does not update logfiles time, v1.5.6

2013-11-02 Thread itpp2012
A -s reload works as documented, however while the logfiles are being written to, the logfiles keep their last (before -s) time/date. Is this a known issue? After a simple restart the logfiles are time updated as normal. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244372,244372#msg-

Re: Honoring ETag of cached content

2013-11-02 Thread Marc Aymerich
On Sat, Nov 2, 2013 at 1:10 PM, Maxim Dounin wrote: > Hello! > > On Sat, Nov 02, 2013 at 02:55:09AM +0100, Marc Aymerich wrote: > > > On Sat, Nov 2, 2013 at 12:16 AM, Maxim Dounin > wrote: > > > > > Hello! > > > > > > On Fri, Nov 01, 2013 at 10:29:06PM +0100, Marc Aymerich wrote: > > > > > > > H

Re: proxy_pass not passing to dynamic $host

2013-11-02 Thread nehay2j
Hi Francis, I added rewrite command so that the url doesn't show IP passed to the nginx. Curl gives a 302 because it doesnt have the sessionid with it. If there is a session id that is passed to the application running on http://23.23.234.234:8080/test, it will take us to app. I can see in applic

Re: Honoring ETag of cached content

2013-11-02 Thread Maxim Dounin
Hello! On Sat, Nov 02, 2013 at 02:55:09AM +0100, Marc Aymerich wrote: > On Sat, Nov 2, 2013 at 12:16 AM, Maxim Dounin wrote: > > > Hello! > > > > On Fri, Nov 01, 2013 at 10:29:06PM +0100, Marc Aymerich wrote: > > > > > Hi, > > > I'm using nginx proxy pass to cache content of our dynamic web > >

Re: proxy_pass not passing to dynamic $host

2013-11-02 Thread Francis Daly
On Fri, Nov 01, 2013 at 09:45:18PM -0400, nehay2j wrote: Hi there, > I did a curl on the url - curl -i https://example.com/23.23.234.234 > HTTP/1.1 302 Found > Location: https://marketplace.example.com/marketplace/marketplace/login > Which is correct. I confess that I don't see how the configu