Re: [us...@httpd] ReverseProxy for Tomcat (AJP) not working for SSL redirects

2010-04-29 Thread Timo Meinen
Yes, you're right. But why did the ProxyPassReverse / https://it.localhost.de/spike let to a circularity? 2010/4/29 Nick Kew : > > On 29 Apr 2010, at 13:26, Timo Meinen wrote: > >> Anyhow, why does mod_proxy don't recognize the Location header. I >> think i

Re: [us...@httpd] ReverseProxy for Tomcat (AJP) not working for SSL redirects

2010-04-29 Thread Timo Meinen
mod_proxy don't recognize the Location header. I think it should treat ('convert') this header like any other. Is it a bug? Best regards, Timo 2010/4/29 Timo Meinen : > Hi Nick, > > thank you for your mail. Both VHosts have the same proxy config, > except for the 'SSLP

Re: [us...@httpd] ReverseProxy for Tomcat (AJP) not working for SSL redirects

2010-04-29 Thread Timo Meinen
is always unencrypted here? Thanks Timo 2010/4/29 Nick Kew : > On Wed, 28 Apr 2010 11:22:00 +0200 > Timo Meinen wrote: > >> ServerName it.localhost.de >> ProxyPass               /       ajp://127.0.0.1:8009/spike/ >> ProxyPassReverse        /       ajp://127.0.0.1:8009

Re: [us...@httpd] ReverseProxy for Tomcat (AJP) not working for SSL redirects

2010-04-28 Thread Timo Meinen
  unset  Accept-Encoding >> >> SSLEngine on >> SSLProxyEngine on >> SSLProtocol all -SSLv2 >> SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW >> SSLCertificateFile /etc/httpd/cert/certificate.cer >> SSLCertificateKeyFile /etc/httpd/cert/certificate.

[us...@httpd] ReverseProxy for Tomcat (AJP) not working for SSL redirects

2010-04-28 Thread Timo Meinen
Hi, I have a problem with our reverse proxy. I asked this question to the tomcat-users mailinglist, too, but no one could help me and I am absolutely stuck with this problem. So, I hope some of the httpd experts here, may have an idea: Our configuration is a Apache 2.2 web server, acting as a rev