在RedHatLinux操作系统中手工安装Apache服务器时,默认的Web站点的目录为()
A./etc/httpd
B./var/www/html
C./etc/home
D./home/httpd
第1题:
阅读以下说明,回答问题1~5,将答案填入对应的解答栏内。
配置WWW服务器是Linux操作平台的重要工作之一,而Apach是目前应用最为广泛的Web服务器产品之一。在Linux下安装Apache Web服务,Apache服务程序http启动时需要读取配置文件httpd.conf,以下是一个httpd.conf配置文件的片断:
httpd.conf--Apache HTTP server configuration file
Section 1:Global Environment
ServerType standalone
ServerRoot "/etc/httpd"
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MaxClients 150
Section 2:'Main'server configuration
Port 80
User apache
Group apache
ServerAdmin webmaster@abc.com.cn
ServerName www.abc.com.cn
DocumentRoot"/var/www/html"
UserDir public_html
DirectoryIndex index.html
Alias/Jianji"/home/zhang/jianji"
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
ErrorDocument 404/missing.html
Section 3:Virtual Hosts
NameVirtualHost 192.168.10.101
<VirtualHost 192.168.10.101>
ServerAdmin webmaster@abc.com.cn
DocumentRoot /www/htdocs/abc
ServerName markert.abc.com.cn
ErrwrLog logs/host.some_domain.com-error_log
CustomLog log/host.some_domain.com-access_log common
</VirtuaHost>
Apache web服务器有(1)和(2)两种运行方式,该服务器运行在(3)方式下。
第2题:
在Linux操作系统中,以RPM方式安装的Apache服务器,其配置文件默认存储在(29)目录中。
A./var/www/html
B./var/www/usage
C./etc/httpd/conf
D./Var/log/httpd
第3题:
vsftpd服务器为匿名服务器时可以从哪个目录下载文件( )。
A、/var/ftp
B、/etc/vsftpd
C、/var/vsftp
D、/etc/ftp
第4题:
A./etc/httpd/httpD.conf
B./etc/Apache2/Apache2.conf
C./etc/Apache2/ports.conf
D./etc/Apache2/httpD.conf
第5题:
第6题:
第7题:
第8题:
Vsftpd服务器为匿名服务器时可从哪个目录下载文件?()
第9题:
使用rpm方式安装完apache服务后,默认的配置文件httpd.conf位于哪个目录下?()
第10题:
Squid服务器默认将其缓存数据保存在()目录。
第11题:
/etc/httpd/httpD.conf
/etc/Apache2/Apache2.conf
/etc/Apache2/ports.conf
/etc/Apache2/httpD.conf
第12题:
/etc/httpd/conf/
/usr/local/
/sbin/etc/
/var/log
第13题:
Apache服务器morenWeb站点的目录是/var/www/html。
此题为判断题(对,错)。
第14题:
在 Linux 系统中,使用 Apache 服务器时默认的 Web 根目录是( )。
A...\htdocs
B./var/www/html
C./var/www/usage
D...\con
第15题:
在默认的安装中,Apache把自己的配置文件放在了以下哪个目录中( )?
A、/etc/httpd/
B、/etc/httpd/conf/
C、/etc/
D、/etc/apache/
第16题:
● Linux操作系统中,网络管理员可以通过修改(34)文件对Web服务器的端口进行配置。
(34)
A. /etc/inetd.conf
B. /etc/lilo.conf
C. /etc/httpd/conf/ httpd.conf
D. /etc/httpd/conf/access.conf
第17题:
第18题:
第19题:
在Linux系统中建立Web服务器,并根据以下要求配置服务器,写出Web服务器详细的配置过程和配置选项。设定apache服务器的网页根目录:/var/www/
第20题:
Apache的日志文件存放在()。
第21题:
在以下的文件中,属于Apache主配置文件的是()。
第22题:
/var/ftp
/etc/vsftpd
/etc/ftp
/var/vsftp
第23题:
/etc/squid
/var/squid
/etc/spool/squid
/var/spool/squid