[buug] Apache Virtual Hosts

Alex Birch kes at lifesabirch.org
Sun May 21 03:57:02 PDT 2006


On 5/20/06, Michael Paoli <Michael.Paoli at cal.berkeley.edu> wrote:
>
> Quoting Al Plant <webmaster at hawaiidakine.com>:
>
> > I have tried to setup a Virtual hosts server in apache 1.3 ( single IP
> > to the box) and I can get only the first domain in the three in the
> > setup I am trying to come up. (moving any of the three to that position
> > works.) I read all the docs I could find and can only find some vague
> > info that a box running FreeBSD accessed by ssh wont allow virtual
> > hosts. If this is true is there a work around?
> >
> > Any body know how I can find a how-to on this?


 NameVirtualHost *
<VirtualHost *>
        ServerName www.foo.edu
        ServerAlias 12.12.7.5
        DocumentRoot /var/www/
</VirtualHost>
<VirtualHost *>
        ServerName www.foo.org
        ServerAlias 12.12.7.5
        DocumentRoot /var/www/
</VirtualHost>
<VirtualHost *>
        ServerName free.foo.edu
        ServerAlias 12.12.7.5
        DocumentRoot /var/free
</VirtualHost>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buug.org/pipermail/buug/attachments/20060521/235be0db/attachment.html>


More information about the buug mailing list