Welcome! Log In Create A New Profile

Advanced

Re: Nginx and Websphere

Francis Daly
May 27, 2015 09:34AM
On Wed, May 27, 2015 at 07:27:25AM -0400, sampy wrote:

Hi there,

> What does "doesn't work" mean?
>
> web browser don't show the web and appears the error "webint don't exists
> in DNS", but query arrives to the balanced server

You see "webint", but you include "proxy_set_header Host $host;" in
your config?

That is unexpected to me.

Could you show the response to

curl -i http://web.domain.com/

from your client machine? Perhaps there is more than one redirection
happening.

> What response did you want to get instead?
>
> Oviously the web

What http response? A 301 redirect to a different url; or a 200 with
some specific content?

(Assume that I don't know anything about WebSphere.)

> What response do you get if you do
>
> curl -H Host:web.domain.com -i http://wasint-1.domain.com:9080/WebApp
>
> from the nginx server?
>
> HTTP/1.1 302 Found
>
> X-Powered-By: Servlet/3.0
> Location: http://web.domain.com:9080/WebApp/
> Content-Language: es-ES
> Content-Length: 0

Ok - after you show the response from the new curl command above --
the one that you make of your nginx server directly -- it might become
clear whether that Location: header is being modified, or what it should
be modified to be.

http://nginx.org/r/proxy_redirect may be useful. (Or just removing the
"proxy_set_header Host $host;".)

> Does that match one of the previous two answers?
>
> Yes, but don't. Let me explain. It appears that the proxy_pass works,
> because adds the port and /WebApp, but don't show the web that is served in
> the host.

One request gets one response.

Take the requests one at a time, and the path to the desired end state
may become clear.

(For example: I suspect that you may want to change the proxy_pass to be
just to "http://webint", and you may want an extra "location=/{return 301
/WebApp/;}", but the response from the first few requests will probably
show whether or not that is useful.)

Cheers,

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx and Websphere

sampy May 26, 2015 06:36AM

Re: Nginx and Websphere

Francis Daly May 26, 2015 07:40PM

Re: Nginx and Websphere

sampy May 27, 2015 07:27AM

Re: Nginx and Websphere

Francis Daly May 27, 2015 09:34AM

Re: Nginx and Websphere

sampy May 28, 2015 02:35AM

Re: Nginx and Websphere

Francis Daly May 28, 2015 03:50AM

Re: Nginx and Websphere

sampy May 28, 2015 04:15AM

Re: Nginx and Websphere

Francis Daly May 28, 2015 07:34AM

Re: Nginx and Websphere

sampy May 28, 2015 11:50AM

Re: Nginx and Websphere

Francis Daly May 28, 2015 02:02PM

Re: Nginx and Websphere

sampy May 29, 2015 02:01AM

Re: Nginx and Websphere

Francis Daly May 29, 2015 03:34AM

Re: Nginx and Websphere

sampy May 29, 2015 12:51PM

Re: Nginx and Websphere

Francis Daly May 29, 2015 05:46PM

Re: Nginx and Websphere

Ravikiran Siddhanti May 29, 2015 10:44PM

Re: Nginx and Websphere

unclepieman May 28, 2015 02:36PM

Re: Nginx and Websphere

sampy May 29, 2015 12:53PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 232
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready