行政警告是维护秩序,制止严重违纪行为和预防事故、案件发生的措施。
参考答案:错
配置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>
命令“chkconfig--level 3 httpd Oil”的功能是 。
关于采用奇偶校验的内存和ECC内存,下面四种描述中,正确的是( )。
A.二者均有检错功能,但无纠错功能
B.二者均有检错和纠错功能
C.前者有检错和纠错功能,后者只有检错功能
D.前者只有检错功能,后者有检错和纠错功能