<br><br><div><span class="gmail_quote">On 5/20/06, <b class="gmail_sendername">Michael Paoli</b> <<a href="mailto:Michael.Paoli@cal.berkeley.edu">Michael.Paoli@cal.berkeley.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Quoting Al Plant <<a href="mailto:webmaster@hawaiidakine.com">webmaster@hawaiidakine.com</a>>:<br><br>> I have tried to setup a Virtual hosts server in apache 1.3 ( single IP<br>> to the box) and I can get only the first domain in the three in the
<br>> setup I am trying to come up. (moving any of the three to that position<br>> works.) I read all the docs I could find and can only find some vague<br>> info that a box running FreeBSD accessed by ssh wont allow virtual
<br>> hosts. If this is true is there a work around?<br>><br>> Any body know how I can find a how-to on this?</blockquote><div><br> NameVirtualHost *<br></div><VirtualHost *><br>        ServerName <a href="http://www.foo.edu">
www.foo.edu</a><br>        ServerAlias <a href="http://12.12.7.5">12.12.7.5</a><br>        DocumentRoot /var/www/<br></VirtualHost><br><VirtualHost *><br>        ServerName <a href="http://www.foo.org">www.foo.org
</a><br>        ServerAlias <a href="http://12.12.7.5">12.12.7.5</a><br>        DocumentRoot /var/www/<br></VirtualHost><br><VirtualHost *><br>        ServerName <a href="http://free.foo.edu">free.foo.edu</a><br>
        ServerAlias <a href="http://12.12.7.5">12.12.7.5</a><br>        DocumentRoot /var/free<br></VirtualHost><br><br></div>