單項選擇題tomcat是apache公司研發(fā)的,所以官方提供的tomcat結(jié)合了()使之實(shí)現(xiàn)動靜分離。

A.apache
B.mysql
C.ftp
D.php


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題使用tomcat搭建WEB服務(wù)器,安裝目錄為/opt/tomcat,則默認(rèn)網(wǎng)站根目錄為()

A./opt/tomcat/html
B./var/www/html
C./usr/local/nginx/html
D./opt/tomcat/webapps/Root

3.單項選擇題nginx配置文件中,用來定義訪問日志的是()

A.worker_connections
B.include?
C.access_log
D.keepalive_timeout

4.單項選擇題nginx配置文件中的參數(shù)sendfile的作用是()

A.Pre-sendfile是傳送數(shù)據(jù)之后在用戶空間申請數(shù)據(jù)緩沖區(qū)。
B.sendfile()拷貝在用戶態(tài)完成。
C.sendfile()可以在磁盤和TCPsocket之間互相拷貝數(shù)據(jù)(或任意兩個文件描述符)。
D.sendfile()要比組合read()和write()以及打開關(guān)閉丟棄緩沖更慢。

5.單項選擇題在nginx配置文件中,設(shè)置單個子進(jìn)程最大請求鏈接數(shù)的是那個參數(shù)()

A.worker_connections
B.include?
C.access_log
D.keepalive_timeout