某Apache服務(wù)器的配置文件httpd.conf包含如下所示配置項(xiàng)。在 (1) 處選擇合適的選項(xiàng),使得用戶(hù)可通過(guò)http://www.test.cn訪問(wèn)到該Apache服務(wù)器;當(dāng)用戶(hù)訪問(wèn)http://111.25.4.30:80時(shí),會(huì)訪問(wèn)到 (2) 虛擬主機(jī)。
Name VirtualHost 111.25.4.30:80
ServerName www.othertest.com
DocumentRoot /www/othertest
ServerName (1)
DocumentRoot /www/otherdate
ServerName www.test.com
ServerAlias test.com *.test.com
DocumentRoot /www/test
(1)A、www.othertest.com
B、www.test.com
C、www.test.cn
D、ftp.test.com
(2)A、www.othertest.com
B、www.test.com
C、www.test.cn
D、ftp.test.com