<br><br><div><span class="gmail_quote">On 7/9/07, <b class="gmail_sendername">Les Mikesell</b> &lt;<a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Devon Harding wrote:<br>&gt; I&#39;m looking for a redirector like Squid for incoming access based on<br>&gt; host name.&nbsp;&nbsp;I normally use xinet.d, but that only has a one to one<br>&gt; mapping. I would like the redirector route traffic based on the host
<br>&gt; name of the target.<br><br>You can only do this for http, where the host name is passed in a header<br>from the client.&nbsp;&nbsp;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.&nbsp;&nbsp;You&#39;ll also need a<br>ProxyPassReverse directive configured to fix redirects issued by the end<br>server.</blockquote><div><br>Maybe thats what I need to do, as I need for the same server doing the proxying to accept http request as well
<br></div><br></div><br>