Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2000 23:46:40 +0700
From:      "Kisanak" <kisanak@cbn.net.id>
To:        <questions@freebsd.org>
Subject:   Name-based vhosts only
Message-ID:  <NEBBLICCKKPKJABLGBLMKEHKCHAA.kisanak@cbn.net.id>

next in thread | raw e-mail | index | archive | help
Anyone has ever succeded configuring Name-based vhosts only
using Apache/1.3.12 (Unix)?

I try configure the httpd.conf like this:

NameVirtualHost ip_address_of_domain
<VirtualHost ip_address_of_domain>
    DocumentRoot /usr/local/share/doc/virtualdomain
    ServerName www.somedomain.com
    <Directory /usr/local/share/doc/virtualdomain>
                Options IncludesNOEXEC FollowSymLinks ExecCGI
                AllowOverride None
                Allow from all
    </Directory>
</VirtualHost>

but it always give me the same page from:
DocumentRoot "/usr/local/www/data"

Thanks for any helps.
Regards,



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBLICCKKPKJABLGBLMKEHKCHAA.kisanak>