On Tue, Nov 27, 2007 at 07:39:33PM -0800, Al Sparks wrote:
> Running Apache 1.3 with lots of virtual
> names.
>
> ...
>
> Are there some examples out there? I only see non-SSL examples.
There is not much of a change with Apache 1.3. With 2.0/2.2
there is the sslproxyengine that has to be enable
Running Apache 1.3 with lots of virtual
names.
I'm trying to reverse proxy to a SSL web
server. Ultimately, I want to
access the
proxy server with:
https://www.main-name.com/blah/
which will go to:
https://www.internal-server/blah/
Are there some examples out there?