On 1/29/07, Tony Heal <[EMAIL PROTECTED]> wrote:

What I would rather do if possible is for each virtual host use only 2 line
something like this



ProxyPass /$1 http://other-server/$1

ProxyPassReverse /$1 http://other-server/$1

Is this possible?
If so how?
If not is there a better alternative for what I am currently doing.

Hmmm... How exactly is the target config supposed to differ from:
ProxyPass / http://other-server/
ProxyPassReverse / http://other-server/

You can do fancy stuff with RewriteRule and the [P] flag, but it
doesn't seem necessary in this case.

Joshua.

---------------------------------------------------------------------
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