Title: Run Apache in reverse and forward proxy mode
Hi,
I have Apache 2.0.53 running as reverse proxy with a number of virtual hosts. I need to run it as forward proxy for one of the websites. How can I configure it as forward proxy for a single website and keep it running as reverse proxy
I'm having some difficulty getting Apache 2.0.54 set up on my Windows XP
Pro sp2 system. I managed to get it to the point that I can start the
server from the command line, but if I try to start it as a service, I
get the message below in the event manager. I did have it working at
one point,
On 7/2/05, Minnesota Slinky <[EMAIL PROTECTED]> wrote:
> 1) I have determined that the best way to combat this is through the
> rewrite engine. I currently have the following as part of that
> virtual host:
>
> ReWriteEngine On
> ReWriteRule ^/(.*) https://www.mysite.com$1 [R,L]