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
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
>
>
> ServerName my.webserver.com
> ProxyPass / http://my.webserver.com:8080/
> ProxyPassReverse / http://localhos
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.
>
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 t
SHA256
>
> Jeff,
>
> On 3/3/14, 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 --> Tom
ot 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 --&g
server.com:8443/ toProxyPass
> / https://my.webserver.com:8443/ <http://my.webserver.com:8443/>
> ProxyPassReverse /app http://localhost:8443/ to ProxyPassReverse
> /app https://localhost:8443/ <http://localhost:8443/>
>
> Thanks,
> Shaile
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
Ub