Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Virtual host proxy problems

Hi,

On Tue, Dec 26, 2017 at 6:06 PM, John English <john.foreign@xxxxxxxxx> wrote:
> 3) Requests to https://www.foo.com go to the primary webapp as expected.
> Requests to https://www.bar.com result in an empty 502 response ("Bad
> Gateway").
>
> Can anyone suggest what might be going wrong here in case (3)?

I would verify that you don't have a bad /etc/hosts on your local
machine, resolving bar.com to some address you don't expect.
Also, you did not report the Jetty configuration where you have setup
your virtual hosts.

Enabling DEBUG logging for the "org.eclipse.jetty" category is very
verbose but sometimes understandable enough also by users like you to
figure out what's wrong.
You may also file an issue and attach the logs there, or in this email thread.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top