I have Squid set up as a Reverse Proxy listening on port 80. My backend server (Apache) is running on port 8080. When Apache issues an automatic redirect (such as when a visitor neglects a trailing slash on a directory name), it adds port 8080 into the URL. How do I have Squid rewrite this before sending it back to the client? Thanks! Chris