某Apache服务器的配置文件httpd.conf包含如下所示配置项。在(32)处选择合适的选项,使得用户可通过http://www.test.cn访问到该Apache服务器;当用户访问http:// 111.25.4.30:80时,会访问到(33)虚拟主机。NameVirtualHost 111.25.4.30: 80<VirtualHost 111.25.4.30: 80>ServerName www.othertest.comDocumentRoot /www/othertest</VirtualHost><VirtualHost 111.25.4.30: 80>ServerName (32)DocumentRoot /www/otherdate</VirtualHost><VirtualHost 111.25.4.30: 80>ServerName www.test.comServerAlias test.com *.test.comDocumentRoot /www/test</VirtualHost>A.www.othertest.comB.www.test.comC.www.test.cnD.ftp.test.com

某Apache服务器的配置文件httpd.conf包含如下所示配置项。在(32)处选择合适的选项,使得用户可通过http://www.test.cn访问到该Apache服务器;当用户访问http:// 111.25.4.30:80时,会访问到(33)虚拟主机。

NameVirtualHost 111.25.4.30: 80

<VirtualHost 111.25.4.30: 80>

ServerName www.othertest.com

DocumentRoot /www/othertest

</VirtualHost>

<VirtualHost 111.25.4.30: 80>

ServerName (32)

DocumentRoot /www/otherdate

</VirtualHost>

<VirtualHost 111.25.4.30: 80>

ServerName www.test.com

ServerAlias test.com *.test.com

DocumentRoot /www/test

</VirtualHost>

A.www.othertest.com

B.www.test.com

C.www.test.cn

D.ftp.test.com


相关考题:

场景:你作为安全服务工程师,在公司驻场,主要负责日常渗透测试,网站维护,应急响应工作。回答以下问题。为了防止黑客利用nmap扫描常见端口号猜测目标网站相关信息,故将apache默认端口80修改为8433,配置Apache1.3.19服务器需要修改的配置文件为()。 A、access.confB、named.confC、srm.confD、httpd.conf

●试题二[说明]阅读以下资料后,回答问题。Apache服务器的设置文件位于/usr/local/apache/conf/目录下,传统上使用3个配置文件httpD.conf,access.conf和srm.conf来配置Apache服务器的行为。httpD.conf提供了最基本的服务器配置,是对守护程序httpd如何运行的技术描述;srm.conf是服务器的资源映射文件,告诉服务器各种文件的MIME类型,以及如何支持这些文件;access.conf用于配置服务器的访问权限,控制不同用户和计算机的访问限制;这3个配置文件控制着服务器的各个方面的特性,因此为了正常运行服务器便需要设置好这3个文件。[问题1]如何设置httpD.conf,使得Apache服务器监听在特定的端口?[问题2]如何在Apache服务器中设置每个连接的最大请求数?[问题3]如何使得Apache服务器只监听特定的IP?[问题4]如何修改Apache服务器的文档根目录?[问题5]如何屏蔽来自某个Internet地址的用户访问Apache服务器?

● 某 Apache 服务器的配置文件 httpd.conf 包含如下所示配置项。在(32)处选择合适的选项,使得用户可通过 http://www.test.cn 访问到该 Apache 服务器;当用户访问 http://111.25.4.30:80 时,会访问到 (33) 虚拟主机。NameVirtualHost 111.25.4.30: 80VirtualHost 111.25.4.30: 80ServerName www.othertest.comDocumentRoot /www/othertest/VirtualHostVirtualHost 111.25.4.30: 80ServerName (32)DocumentRoot /www/otherdate/VirtualHostVirtualHost 111.25.4.30: 80ServerName www.test.comServerAlias test.com *.test.comDocumentRoot /www/test/VirtualHost(32)A.www.othertest.comB.www.test.comC.www.test.cnD.ftp.test.com(33)A.www.othertest.comB.www.test.comC.www.test.cnD.ftp.test.com

Apache Web 服务器的配置文件一般位于/usr/local/apache/conf目录,其中用来控制用户访问Apache 目录的配置文件是:()A.httpd.confB.srm.confC.inetd.confD.access.conf

以RPM方式安装的Apache服务器,Apache的主配置文件是(60)。A.index.htmlB.httpd.confC.apache.confD.srm.conf

请在(5)~(11)空白处填写恰当的内容。Apache的主配置文件为httpd.conf。某Web服务器的httpd.conf文件部分内容如下:ServerType StandaloneServerROOt "/etc/httpd"Timeout 300KeepAlive OnMaxKeepAliveRequests 100KeepAliveTimeout 15MinSpareServers 5MaxSpareServers 20StartServers 8MaxClients 150MaxRequestsPerChild 100Port 8080User nobodyGroup nobodyServerAdmin root@webtest.com.cnServerName WebTestDocumentRoot "/home/webtest/jakarta- tomcat/webapps/webtest"Options FollowsymLinksAllowOverride NoneOptions Indexes Includes FollowSymLinksAllowOverride NoneOrder allow, denyAllow from allDirectoryIndex index.html index.htm index.shtm1 index.cgiAlias /doc/ /usr/doc/Order deny, allowdeny from allallow from localhostOptions Indexes FollowSymLinks以RPM方式安装的Apache服务器,配置文件httpd.conf存储在Linux的(5)目录下。根据上述配置文件,该Web服务器运行在(6)模式下,其运行效率比在inetd模式下(7);当某个Web连接超过(8)秒没有数据传输时,系统断开连接。如果客户需要访问Linux服务器上/usr/doc目录,则应在浏览器地址栏中输入(9)。虚拟主机是指在同一台服务器上实现多个Web站点。虚拟主机可以是基于IP地址的虚拟主机,也可以是基于(10)的虚拟主机。创建基于(10)的虚拟主机时,还需要配置(11),并在区数据库文件中添加相关记录。

Apache服务器进程配置文件是 httpd.conf 。

Apache服务器的配置文件httpd.conf中有很多内容,请解释如下配置项:(1)MaxKeepAliveRequests200(2)UserDirpublic_html(3)DefaultTypetext/plain(4)AddLanguareen.en(5)DocumentRoot/usr/local/httpd/htdocs”(6)AddTypeapplication/x-httpd-php.php.php.php4

在以下的文件中,属于Apache主配置文件的是()。 A./etc/httpd/httpD.confB./etc/Apache2/Apache2.confC./etc/Apache2/ports.confD./etc/Apache2/httpD.conf