Forum Moderators: phranque
I was looking for a solution for this problem but no success finding one.
This is my problem:
I have a domain.com/afolder and I would like to move this folder to another server, I would like all this to be seamless to visitors. Is there a way to do this or no? If there is how?
Thank you,
Sebastian
See the Reverse Proxy section of the Apache mod_proxy documentation for more information.
All requests for resources on the back-end server will still pass through the main server, but it will be handling only the connection and data transmission, and not the disk I/O or script execution load.
Jim