Re: [OT] secure reverse proxy to my tomcat server HELP NEEDED

2014-03-05 Thread Jeff Haferman
André Warnier wrote: Jeff Haferman wrote: Jeff Top-Posting is not Bad because you have to scroll to the bottom to see what you're after Haferman wrote: [...] quote : A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top

Andr? Warnie (was Re: secure reverse proxy to my tomcat server)

2014-03-04 Thread Jeff Haferman
Oh geez... really? We're going to have a top-post vs bottom-post flame-war?? Netiquette dictates that you email me privavtely if your posting is off-topic... André Warnier wrote: Hi. On this list, it is preferred (strongly) if you do not top-post, but respond in the text or below the

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-04 Thread Jeff Haferman
Christopher Schultz wrote: Jeff, On 3/3/14, 6:25 PM, Jeff Haferman wrote: What actually happens is that, just for https://my.webserver.com/, I get served the pages that are at the apache root, *not* what is being served by tomcat at port 8443. Ok. Let's take a look at your original

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-04 Thread Jeff Haferman
Jeff Top-Posting is not Bad because you have to scroll to the bottom to see what you're after Haferman wrote: Listen 80 ProxyRequests Off ProxyPreserveHost on VirtualHost *:80 ServerName my.webserver.com ProxyPass / http://my.webserver.com:8080/ ProxyPassReverse /

secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
The subject says it, I need help getting a secure reverse proxy to my tomcat server working. There is a lot of doc on the web, and it seems like I have everything configured properly, but I can't quite get the reverse proxy to work on the https side of things. Here is my config: Apache2.4.2

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
:44 AM, Jeff Haferman j...@haferman.com wrote: The subject says it, I need help getting a secure reverse proxy to my tomcat server working. There is a lot of doc on the web, and it seems like I have everything configured properly, but I can't quite get the reverse proxy to work on the https

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
still does not serve the tomcat pages as I would expect. André Warnier wrote: Jeff Haferman wrote: The subject says it, I need help getting a secure reverse proxy to my tomcat server working. Maybe one question here would be : why ? browser --- HTTPS -- httpd -- HTTPS -- Tomcat

Re: secure reverse proxy to my tomcat server HELP NEEDED

2014-03-03 Thread Jeff Haferman
, 5:11 PM, Jeff Haferman wrote: Yes, for development httpd and tomcat are on the same physical machine. Eventually they will be on different machines. But, even if I try browser --- HTTPS -- httpd -- HTTP -- Tomcat by just changing the ProxyPass and ProxyPassReverse directives to use