Re: Nginx and Websphere

2015-05-28 Thread sampy
Hi there! Now it's near to work! With this configuration: upstream webint { #ip_hash; server wasint-1.domain.com:9080; server wasint-2.domain.com:9080; } server { listen 80; server_name web.domain.com; locatio

[Nginx] How to support file upload in Nginx 1.8

2015-05-28 Thread Jerry OELoo
Hi I am using Nginx 1.8 version, and Is it default support file upload, I found there is clientbodyinfileonly in Nginx, so is it official method to support file upload>? Thanks~ -- Rejoice,I Desire! ___ nginx mailing list nginx@nginx.org http://mailm

Re: Nginx Session Draining

2015-05-28 Thread Valentin V. Bartenev
On Thursday 28 May 2015 14:35:11 nginxsantos wrote: > Hi, > > I read about the Nginx Session Draining feature. Looks like it is also > available in the non commercial version. > > http://nginx.com/products/session-persistence/#session draining No, it's only available in NGINX Plus. > > But,

Nginx Session Draining

2015-05-28 Thread nginxsantos
Hi, I read about the Nginx Session Draining feature. Looks like it is also available in the non commercial version. http://nginx.com/products/session-persistence/#session draining But, it does not tell me how to configure this in the upstream block. Any help? Thanks... Posted at Nginx Forum:

Re: Nginx and Websphere

2015-05-28 Thread Payam Chychi
Why redirect instead of a proxy_pass? -- Payam Chychi Network Engineer / Security Specialist On Thursday, May 28, 2015 at 8:50 AM, sampy wrote: > Francis Daly Wrote: > --- > > On Thu, May 28, 2015 at 04:15:08AM -0400, sampy wrote: > > > > Hi

Re: Nginx and Websphere

2015-05-28 Thread Francis Daly
On Thu, May 28, 2015 at 11:50:30AM -0400, sampy wrote: > Francis Daly Wrote: Hi there, > upstream webint { > ip_hash; > server wasint-1.carreras.sa; Just to confirm: no ":9080" on that one? It probably means that a second proxy_redirect will be needed; added belo

Re: nginx-1.9.1

2015-05-28 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.9.1 for Windows http://goo.gl/tWYsX0 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org. Announcements are also availab

Re: Nginx and Websphere

2015-05-28 Thread sampy
Francis Daly Wrote: --- > On Thu, May 28, 2015 at 04:15:08AM -0400, sampy wrote: > > Hi there, > > > I changed both possibilities and the "curl" shows the default web of > nginx. > > I'm not sure what state things are in now. > > Can you copy-

Re: sock error

2015-05-28 Thread Maxim Dounin
Hello! On Wed, May 27, 2015 at 05:55:23PM -0400, birimblongas wrote: > Hi, i have a rails app using unicorn + nginx. > Last month my app started to get really slow and giving me error 502. > Unicorn log doesn't show nothing, either my rails app log. > But looking at nginx error log, i get numerou

Re: Nginx and Websphere

2015-05-28 Thread Francis Daly
On Thu, May 28, 2015 at 04:15:08AM -0400, sampy wrote: Hi there, > I changed both possibilities and the "curl" shows the default web of nginx. I'm not sure what state things are in now. Can you copy-paste your current config, plus your curl requests and responses? curl -i http://web.domain.co

Re: ip_hash in active_active nginx setup

2015-05-28 Thread s_n
Hi, based on your information we implemented the described setup and did not encounter any stickiness problems so far. Cutting out F5 is sadly a decision that is not under my control. I agree that it would be a simpler setup with just nginx loadbalancing. Thanks all. Posted at Nginx Forum: ht

Re: Nginx and Websphere

2015-05-28 Thread sampy
Francis Daly Wrote: --- > On Thu, May 28, 2015 at 02:35:10AM -0400, sampy wrote: > > Francis Daly Wrote: > > Hi there, > > > > Could you show the response to > > > > > > curl -i http://web.domain.com/ > > > > > I just remove "proxy_set_heade

Re: noob needs help with alias locations and php

2015-05-28 Thread Francis Daly
On Wed, May 27, 2015 at 09:49:27PM -0700, Mike Wright wrote: Hi there, In general in nginx, one request is handled in one location. Only the configuration in, or inherited into, that location, matters. It you use rewrite-module directives, things are a bit more complicated. There is lots at htt

Re: Nginx and Websphere

2015-05-28 Thread Francis Daly
On Thu, May 28, 2015 at 02:35:10AM -0400, sampy wrote: > Francis Daly Wrote: Hi there, > > Could you show the response to > > > > curl -i http://web.domain.com/ > > > I just remove "proxy_set_header Host $host" > > And the result for curl: > > HTTP/1.1 302 Found > Location: http://webint:9

Re: "[emerg]: bind() to 0.0.0.0:80" and relation between 'logs' directory and 'pid' direction

2015-05-28 Thread addictofnginx
I've found the reason. My init script that is found on /etc/init.d/nginx. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259208,259211#msg-259211 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx