HTTP服务的默认端口号是( )。
25
80
53
21
Apache服务的主配置文件名为( )。
conf.d
httpd.conf
/etc/httpd/
http.conf
防火墙放行http服务的命令是( )。
firewal --add-services=http
firewall-cmd --add-service=http --permanent
firewal-cmd --list-all
systemctl stop firewalld
DNS的主配置文件是( )。
/etc/dns.conf
/etc/named.conf
/var/named.conf
/etc/httpd.conf
以下哪个命令可以启动DNS服务?
systemctl start dns
systemctl start http
systemctl start named
start named
以下哪个命令可以启动Apache服务?
systemctl start Apache
systemctl start http
systemctl start httpd
systemctl stop httpd
Apache的主配置文件中,( )参数可以修网站主目录的路径。
ServerName
DirectoryIndex
DocumentRoot
ServerRoot
使用CP命令,下面哪一个参数可以递归复制目录()。
-i
-f
-R
-p