When using apache to reverse proxy, is it possible to forward http://somesite.com/ and http://somesite.com/foo to different servers? Say one goes to http://internalserver1/ and the other goes to http://internalserver2/foo
I can obviously just drop further down the path (ie http://somesite/bar) but its not desirable.