Hi, On Tue, Dec 26, 2017 at 6:06 PM, John English <[email protected]> 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. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
