I hope this isn't a case of the blind leading the blind, but it looks like
your config file is simply missing the part you want: for the user's URL
to remain the same you need to include ProxyPassReverse. ProxyPass as you
discovered, initiates the handoff to your other services. Your first
entry
Here is hopefully a succinct re-statement of my current problem:
I had a website setup and it was working fine using VirtualHost ProxyPass
to forward to another port and a server-level Alias+Directory pair to
forward all image requests to a concrete, common directory.
Now that I've added SSL into
ed. I always stop and
start apache between changes when trying them out, and force Firefox to
refresh content. Apache's error.log shows only SIGTERM shutdown/startup
entries now, and I am using Apache2 on Ubuntu 6.
Thanks!
-Chris
Chris Dagnon said:
> Thanks for that hint - I didn't
s/Reverse forwards the encrypted request
instead of decrypting it and passing it along..?
Thanks again,
-Chris
Joshua Slive said:
> On 8/24/06, Chris Dagnon <[EMAIL PROTECTED]> wrote:
>> Hello all,
>>
>> I've been using a site configured to Proxy requests to a
Hello all,
I've been using a site configured to Proxy requests to another port for
one ServerName and another on the same Apache2 directly serving PHP pages.
That's been working fine. But now I want to add SSL to the proxied pages
and it isn't going so smoothly. I had hints from a coworker and
Hello all, this is an expert-level question from a newbie:
I've got a vhost file setup to ProxyPass off to Rails on port 3000, but
now we're told we have to server images and CSSs from a shared directory
elsewhere. The thought is to have a /www/static/images/ where all images
live and are served