●试题二
[说明]阅读以下资料后,回答问题。
Apache服务器的设置文件位于/usr/local/apache/conf/目录下,传统上使用3个配置文件http
D.conf,access.conf和srm.conf来配置Apache服务器的行为。http
D.conf提供了最基本的服务器配置,是对守护程序httpd如何运行的技术描述;srm.conf是服务器的资源映射文件,告诉服务器各种文件的MIME类型,以及如何支持这些文件;access.conf用于配置服务器的访问权限,控制不同用户和计算机的访问限制;这3个配置文件控制着服务器的各个方面的特性,因此为了正常运行服务器便需要设置好这3个文件。
[问题1]
如何设置http
D.conf,使得Apache服务器监听在特定的端口?
[问题2]
如何在Apache服务器中设置每个连接的最大请求数?
[问题3]
如何使得Apache服务器只监听特定的IP?
[问题4]
如何修改Apache服务器的文档根目录?
[问题5]
如何屏蔽来自某个Internet地址的用户访问Apache服务器?
第1题:
A.apache.conf是Apache配置文件
B.httpd.conf是Apache配置文件
C.mysql.cnf是MySQL配置文件
D.php.ini是PHP配置文件
第2题:
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
(1)允许每次连接的最大请求数目,此为200;
(2)设定用户放置网页的目录;
(3)设置服务器对于不认识的文件类型的预设格式;
(4)设置可传送语言的文件给浏览器;
(5)该目录为Apache放置网页的地方;
(6)服务器选择使用php4。
第3题:
A.~\was\apache-tomcat\conf\context.xml
B.~\was\apache-tomcat\conf\server.xml
C.~\was\apache-tomcat\conf\was.xml
D.~\was\apache-tomcat\conf\weB.xml
第4题:
以RPM方式安装的Apache服务器,Apache的主配置文件是(18)。如果允许以“http://www.wg2006.com.cn/wg_wg.html”方式访问用户的个人主页,必须通过(19)指令设置个人主页文档所在的目录。
A.index.html
B.httpd.conf
C.apache.conf
D.srm.conf
第5题:
A./etc/httpd/httpD.conf
B./etc/Apache2/Apache2.conf
C./etc/Apache2/ports.conf
D./etc/Apache2/httpD.conf