cc
Subject
Re: [EMAIL PROTECTED] Re:mod_ssl and
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
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 *
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