How to: Set up Apache as a passthru proxy

From xoa
Jump to: navigation, search

I'm setting up my new server, uniqua, as a reverse proxy back to rocket, which has web content (Movable Type and Socialtext) that isn't ready to move to uniqua.

   ProxyRequests Off
   ProxyPass           /blog     http://rocket.petdance.com/blog
   ProxyPassReverse    /blog     http://rocket.petdance.com/blog
   ProxyPass           /mt     http://rocket.petdance.com/mt
   ProxyPassReverse    /mt     http://rocket.petdance.com/mt

I have to handle both the dynamic /mt, and the static /blog entries it creates.

Links

Personal tools