How can I have a sub-directory under a domain point to another server, for example loading http://www.xyz.com/myscript/ should load the script located on a different server than xyz.com, this can be achieved via using a sub-domain but I need to avoid that.
xyz.com - loads from server 1
xyz.com/myscript/ - loads from another server 2
I am using Apache.