Hi, I have two servers, one for apache and the other for my application server (coldfusion or asp). When http request handled by apache, it will get dynamic content (.cfm or .asp) from the application server (remote server) and the static content (.jpg .gif .js) from the local server (has apache). Is there an option in apache to get all contents dynamic and static from the remote server (application server)? Thanks.