On 6/1/07, <b class="gmail_sendername">Tim Wilson</b> <<a href="mailto:tim_linux@wilson-home.com">tim_linux@wilson-home.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I thought I've seen this done, but I can't seem to find it. I want to run multiple domains, but I want to do it on different ports. For example, <a href="http://ipaddr.isp.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
ipaddr.isp.com</a> on port 8080, but
<a href="http://foo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">foo.com</a> and <a href="http://bar.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bar.com</a> and port 80. Can someone point me in the right direction?
<br clear="all"></blockquote></div><br>I think this is what you need:<br><br>Listen 80<br>Listen 8080<br><VirtualHost ip.address:80><br> ServerName <a href="http://foo.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
foo.com</a><br> ...<br></VirtualHost><br>
<VirtualHost ip.address:80><br> ServerName <a href="http://bar.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bar.com</a>><br> ...<br></VirtualHost><br><VirtualHost ip.address
:8080><br> ServerName <a href="http://ipaddr.isp.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ipaddr.isp.com
</a><br> ...<br></VirtualHost><br clear="all"><br>-- <br>Matthew Nuzum<br>newz2000 on freenode