Re: [EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread sniedermeyer
cc Subject Re: [EMAIL PROTECTED] Re:mod_ssl and

Re: [EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread Serge Dubrouski
First of all. It sounds like your backend application support HTTPS protocol only and you are trying to open access to it through HTTP. Are you sure that you want exactly this? Most probably your backend applications send redirects to HTTPS for any HTTP requests. And Apache just proxying them to t

Re: [EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread Richard de Vries
Ah, I think your proxypassreverse statements are not 100% correct. Try disabling those and see if it makes a difference. --- [EMAIL PROTECTED] wrote: > I must admit I am new to Apache so there may be some > obvious errors in our > reverse proxy server apache config...but here it is: > > Listen *

[EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread sniedermeyer
I must admit I am new to Apache so there may be some obvious errors in our reverse proxy server apache config...but here it is: Listen *:80 Listen *:443 LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_html_module modules/m