单项选择题
nginx动静分离的原理()。
A.把动态页面和静态页面物理分离
B.把静态文件独立成单独的域名,混合放在服务器上
C.动态请求跟静态请求分开,可以理解成使用Nginx 处理静态页面,Tomcat、Resin、apache 处理动态页面
D.动态跟静态文件混合在一起发布,通过apache来分开
点击查看答案&解析
相关考题
-
单项选择题
配置NFS文件服务器/data *(rw)中的权限()。
A.读取执行
B.写入执行
C.执行读取
D.读取写入 -
单项选择题
数据库mysql授权命令()。
A.grant all on *.*to ’all’@’192.168.10.%’identified by ’123.com’;
B.grant all on *.*to ’123.com’@’192.168.10.%’identified by ’root’;
C.grant all on *.*to ’root’@’all’identified by ’123.com’;
D.grant all on *.*to ’root’@’192.168.10.%’identified by ’123.com’; -
多项选择题
tomcat所生成的目录有哪些?()
A.bin
B.conf
C.lib
D.webapps
E.home
