Re: Another mod_proxy Question/Issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 30, 2013 at 9:24 PM, Chris Arnold <carnold@xxxxxxxxxxxxxxxxxxx> wrote:
Apache/2.2.12 (Linux/SUSE). We have a web app that runs under tomcat (8080). We have apache using mod_proxy (80 and 443). According to the tomcat mailing list:
 
What we need is for apache to proxy, rewrite or whatever the 443 requests to tomcat app on port 8443. I have tried everything from proxypass (reverse), rewrite to mounting in tomcat (which doesnt need to be done). How does one accomplish this with apache?

You should be able to use something like this:
<VirtualHost *:443>
...
SSLProxyEngine On
ProxyPass /path/ https://backend:8443/
...
</VirtualHost>

- Y


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux