單項選擇題要開啟apache的基于域名的虛擬主機功能,要用到的配置項為()

A.NameVirtualHost*:80
B.ServerTokens OS
C.PidFile run/httpd.pid
D.ServerRoot“/etc/httpd”


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題要直接修改一個配置文件的配置項,我們可使用()

A.awk-F
B.cat
C.sed-i
D.sed-n

2.單項選擇題使用sed將apache配置文件中的端口號直接修改為8080,以下正確的是()

A.grep’s/listen.*/listen8080/’/etc/httpd/conf/httpd.conf
B.sed-i’s/listen.*/listen8080/’/etc/httpd/conf/httpd.conf
C.sed’/listen.*/d’/etc/httpd/conf/httpd.conf
D.sed-n’/listen.*/p’/etc/httpd/conf/httpd.conf