<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>><br>>     You can only do this for http, where the host name is passed in a header
<br>>     from the client.  Apache can do it if you create named virtual hosts<br>>     that use the ProxyPass directive or a RewriteRule with the [P] flag to<br>>     proxy the requests to a backend server.  You'll also need a
<br>>     ProxyPassReverse directive configured to fix redirects issued by the end<br>>     server.<br>><br>><br>> Maybe thats what I need to do, as I need for the same server doing the<br>> proxying to accept http request as well
<br><br>Yes, apache can sort this out itself.  If anything else accepts port 80<br>you'd have to also have a special case to redirect even the local host,<br>perhaps to apache on an alternate port.<br><br></blockquote>
</div><br><br>Great...This is what I have in Squid now.  What is the equivalent in Apache?<br><br>httpd_accel_port 80<br>httpd_accel_host virtual<br>httpd_accel_with_proxy on<br>httpd_accel_uses_host_header on<br>