Re: Reverse proxy support in Tomcat

2017-07-18 Thread Igal @ Lucee.org
On 7/18/2017 6:29 AM, Mark Thomas wrote: Note: Passing on the host header can require explicit configuration. In the proxy. e.g. for httpd: ProxyPreserveHost On The best tool that I found to set up reverse proxy is Tomcat's RemoteIpFilter -- https://tomcat.apache.org/tomcat-8.5-doc/api/org/a

Re: Reverse proxy support in Tomcat

2017-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 7/18/17 8:29 AM, André Warnier (tomcat) wrote: > Hi. > > On 18.07.2017 14:09, Jan Hlavatý wrote: >> Hello, >> >> I can't seem to figure out the proper setup for the situation >> where I have multiple webhosts behind a reverse proxy serve

Re: Reverse proxy support in Tomcat

2017-07-18 Thread Mark Thomas
On 18/07/17 13:29, André Warnier (tomcat) wrote: > Hi. > > On 18.07.2017 14:09, Jan Hlavatý wrote: >> Hello, >> >> I can't seem to figure out the proper setup for the situation where I >> have multiple webhosts behind a reverse proxy server being forwarded to >> Tomcat. >> >> There can be only one

Re: Reverse proxy support in Tomcat

2017-07-18 Thread tomcat
Hi. On 18.07.2017 14:09, Jan Hlavatý wrote: Hello, I can't seem to figure out the proper setup for the situation where I have multiple webhosts behind a reverse proxy server being forwarded to Tomcat. There can be only one proxyHost and proxyPort on a Connector but I have multiple Hosts and Al

Reverse proxy support in Tomcat

2017-07-18 Thread Jan Hlavatý
Hello, I can't seem to figure out the proper setup for the situation where I have multiple webhosts behind a reverse proxy server being forwarded to Tomcat. There can be only one proxyHost and proxyPort on a Connector but I have multiple Hosts and Aliases. How am I supposed to do that? Make mult