Ahh, that was my problem.&nbsp; I only have one Listen directive.&nbsp; I didn&#39;t know you could have more than one.&nbsp; I also have a Port directive, do I need this, will it get in the way, should I remove it?<br><br><div><span class="gmail_quote">
On 6/1/07, <b class="gmail_sendername">Jeffrey C. Ollie</b> &lt;<a href="mailto:jeff@ocjtech.us">jeff@ocjtech.us</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;">
On Fri, 2007-06-01 at 11:35 -0500, Tim Wilson wrote:<br>&gt; I thought I&#39;ve seen this done, but I can&#39;t seem to find it.&nbsp;&nbsp;I want to<br>&gt; run multiple domains, but I want to do it on different ports.&nbsp;&nbsp;For<br>&gt; example, 
<a href="http://ipaddr.isp.com">ipaddr.isp.com</a> on port 8080, but <a href="http://foo.com">foo.com</a> and <a href="http://bar.com">bar.com</a> and port<br>&gt; 80.&nbsp;&nbsp;Can someone point me in the right direction?<br><br>
Listen 80<br>Listen 8080<br><br>NameVirtualHost *:80<br>NameVirtualHost *:8080<br><br>&lt;VirtualHost *:80&gt;<br>ServerName <a href="http://ipaddr.isp.com">ipaddr.isp.com</a><br><br>&lt;/VirtualHost&gt;<br><br>&lt;VirtualHost *:8080&gt;
<br>ServerName <a href="http://foo.com">foo.com</a><br><br>&lt;/VirtualHost&gt;<br><br>&lt;VirtualHost *:8080&gt;<br>ServerName <a href="http://bar.com">bar.com</a><br><br>&lt;/VirtualHost&gt;<br><br>_______________________________________________
<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br><a href="http://cialug.org/mailman/listinfo/cialug">http://cialug.org/mailman/listinfo/cialug</a><br><br><br></blockquote></div><br><br clear="all">
<br>-- <br>Tim