Re: Help with proxy from secure Apache to unsecured Tomcat

2019-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/26/19 09:24, Mark Bordelon wrote: > I also was of the opinion that this had to be an apache issue. The > ssl logging was taken from the included out-of-the-box > conf.d/ssl.conf. Issue was solved randomly by setting server name > to www.c

Re: Help with proxy from secure Apache to unsecured Tomcat

2019-08-26 Thread Mark Bordelon
Dear Chris, All that messiness and variance was the result of lots of experimentation. I will immediately clean up and normalize the ProxyPassReverse sections, as well as remove the unnecessary ProxyRequest and Proxy element. Thank you very much for pointing it out. > On Aug 26, 2019, at 06:27

Re: Help with proxy from secure Apache to unsecured Tomcat

2019-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/24/19 08:56, Mark Bordelon wrote: > CONFIGURATION EXCERPT FROM APACHE'S httpd.conf: > > [snip] > ProxyPass /ClovisWebApp http://localhost:8080/ClovisWebApp > ProxyPassReverse / http://localhost:8080/ [snip] > Does not match this:

Re: Help with proxy from secure Apache to unsecured Tomcat

2019-08-26 Thread Mark Bordelon
I also was of the opinion that this had to be an apache issue. The ssl logging was taken from the included out-of-the-box conf.d/ssl.conf. Issue was solved randomly by setting server name to www.cloviscorp.com instead of cloviscorp.com . > On

Re: Help with proxy from secure Apache to unsecured Tomcat

2019-08-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, Sorry for top-posting, but are you seeing an httpd error message or a Tomcat one? If you can't tell, please post all of the response headers you get. - -chris On 8/24/19 08:56, Mark Bordelon wrote: > VERSIONS AND SETUP: Both Apache/2.2.34 (

Re: Help with proxy from secure Apache to unsecured Tomcat

2019-08-26 Thread tomcat
Hi. That looks more like an Apache httpd issue, than a Tomcat issue (as you mention, the tomcat logfiles do not show anything, and the rest tends to indicate that Apache httpd is not proxying these calls to tomcat, but trying to resolve them locally). This being said, I cannot find any obviou

Help with proxy from secure Apache to unsecured Tomcat

2019-08-24 Thread Mark Bordelon
VERSIONS AND SETUP: Both Apache/2.2.34 (Unix) and Apache Tomcat/8.0.53 are running on the same Linux AWS EC2 instance. CONFIGURATION EXCERPT FROM APACHE'S httpd.conf: ServerName cloviscorp.com DocumentRoot /var/www/html/com/cloviscorp Order Allow,Deny Allow