From owner-FreeBSD-users-jp@jp.freebsd.org  Sat Jun 23 23:05:58 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id XAA68517;
	Sat, 23 Jun 2001 23:05:58 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from mail.j-system.ne.jp ([210.196.187.203])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id XAA68512
	for <FreeBSD-users-jp@jp.freebsd.org>; Sat, 23 Jun 2001 23:05:57 +0900 (JST)
	(envelope-from t_taniguchi@j-system.ne.jp)
Received: from tono01 (M106219.ppp.dion.ne.jp [61.117.106.219])
	by mail.j-system.ne.jp (8.11.1/3.7W010427194355) with ESMTP id f5NEGBT49072
	for <FreeBSD-users-jp@jp.freebsd.org>; Sat, 23 Jun 2001 23:16:11 +0900 (JST)
Date: Sat, 23 Jun 2001 23:42:27 +0900
From: "Toshihiko.Taniguchi" <t_taniguchi@j-system.ne.jp>
To: FreeBSD-users-jp@jp.freebsd.org
In-Reply-To: <4.3.1-J.20010623171757.00bf2c70@192.168.0.10>
References: <20010623122438R.kaminaga@nat.gunma-ct.ac.jp> <4.3.1-J.20010623171757.00bf2c70@192.168.0.10>
Message-Id: <20010623232733.8677.T_TANIGUCHI@j-system.ne.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
Content-Transfer-Encoding: 7bit
X-Mailer: Becky! ver. 2.00.03
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: FreeBSD-users-jp 62515
Subject: [FreeBSD-users-jp 62515] Re: VirtualHost
 =?ISO-2022-JP?B?GyRCJE5AX0RqJEskRCQkJEYbKEI=?= 
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: t_taniguchi@j-system.ne.jp

$B$3$s$P$s$o(B
$B$A$J$_$K!!4D6-$O!"(B
Apache 1.3.17$B$G$9!#(B

-------------------- httpd.conf -------------------------
(snip)

NameVirtualHost aaa.bbb.ccc.ddd:80


<VirtualHost aaa.bbb.ccc.ddd:80>
    ServerAdmin t_taniguchi@j-system.ne.jp
    DocumentRoot /www/www1/data
    ServerName www.www1.ne.jp
    ScriptAlias /cgi-bin/ "/www/www1/cgi-bin/"
    ErrorLog /var/log/httpd-error.www1.log
    CustomLog /var/log/httpd-access.www1.log common
</VirtualHost>

<VirtualHost aaa.bbb.ccc.ddd:80>
    ServerAdmin t_taniguchi@j-system.ne.jp
    DocumentRoot /www/www2/data
    ScriptAlias /cgi-bin/ "/www/www2/cgi-bin/"
    ServerName www.www2.com
    ErrorLog /var/log/httpd-error.www2.log
    CustomLog /var/log/httpd-access.www2.log common
</VirtualHost>

<VirtualHost aaa.bbb.ccc.ddd:80>
    ServerAdmin t_taniguchi@j-system.ne.jp
    DocumentRoot /www/www3/data
    ScriptAlias /cgi-bin/ "/www/www3/cgi-bin/"
    ServerName www.www3.com
    ErrorLog /var/log/httpd-error.www3.log
    CustomLog /var/log/httpd-access.www3.log common
</VirtualHost>
                .
                .
                .
------------------------$B0J2<B3$/(B-----------------------------

$B$H$3$s$J46$8$G!"<B:]$K1?MQ$7$F$^$9$h(B

#<VirtualHost ....>$B$N$H$3$m$O!"%]!<%H$^$G;XDj$7$J$1$l$P$$$1$J$$$h$&$J5$(B
$B$,$9$k(B.....
-- 
Toshihiko.Taniguchi <t_taniguchi@j-system.ne.jp>

