A.keepalived
B.Apache
C.Nginx
D.zabbix
您可能感興趣的試卷
你可能感興趣的試題
A.insert into student(sal) values(8000);
B.select sun(age)from students;
C.delete from student where id=3;
D.select max(age) from students;
A.add
B.at
C.like
D.as
A.alter table score drop id;
B.alter table score delete id;
C.alter table score modify id;
D.alter table score change id;
A.drop table to score;
B.drop table score;
C.drop table ifexists score;
D.create table score;
A.create
B.insert
C.update
D.alter
最新試題
通過配置HAproxy中哪個(gè)參數(shù)可以讓其以守護(hù)進(jìn)程運(yùn)行?()
在新的版本中HAProxy推出了一個(gè)基于Web的監(jiān)控平臺,我們可以通過這個(gè)監(jiān)控平臺可以更直觀的看到集群的各節(jié)點(diǎn)的狀態(tài)。
在nignx配置文件中如何指定服務(wù)啟動的用戶:()
HAProxy配置文件主要有5個(gè)部分組成,包含下列選項(xiàng)中的()
在mysql中日志的類型有:()
Apache可以同時(shí)配置多個(gè)監(jiān)聽端口,那么我們使用哪個(gè)參數(shù)來配置Apache的監(jiān)聽端口()
以下關(guān)于nginx的功能描述正確的是()
nginx既可以做web服務(wù)器,也可以做反向代理服務(wù)器實(shí)現(xiàn)服務(wù)器的負(fù)載均衡。
我們在HAProxy的哪個(gè)配置部分實(shí)現(xiàn)前端服務(wù)器的配置()
vi中q!命令是不保存并且強(qiáng)制退出。