>> > I am having trouble getting my reverse proxy to work with SSL.

Do you want the reverse proxy to be https-enabled, or do you want to
reverse-proxy to a https-host?

To RP to a https-backend system you need 'SSLProxyEngine on'.

> [warn] proxy: No protocol handler was valid for the URL /path/blah. If you
> are
> using a DSO version of mod_proxy, make sure the proxy submodules are
> included
> in the configuration using LoadModule.

What do your ProxyPass/ProxyPassReverse lines look like? It must be
something like

ProxyPass(Reverse) / https://backend.system/

Joost


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to