2017年7月21日

Zabbix管理网站配置

摘要: 启动httpd服务 [root@zabbix-server ~]# systemctl start httpd 在浏览器访问http://192.168.37.10/zabbix [root@zabbix-server php.d]# vim /etc/php.ini 在末尾添加下列两行 cgi.f 阅读全文

posted @ 2017-07-21 15:56 i艾斯 阅读(97) 评论(0) 推荐(0)

zabbix安装

摘要: 环境准备 zabbix-server 192.168.37.10 zabbix 服务器 zabbix-linux 192.168.37.11 zabbix监控对象 1.在zabbix-linux准备LNMP环境 2.在zabbix-server安装zabbix 配置zabbix yum源 [root 阅读全文

posted @ 2017-07-21 13:52 i艾斯 阅读(73) 评论(0) 推荐(0)

HAProxy+Keepalived高可用负载均衡系统

摘要: 环境准备 192.168.37.37 主haproxy配置 192.168.37.40 备haproxy配置 192.168.37.38 后端真实服务器1 192.168.37.39 后端真实服务器2 后端真实服务器配置 [root@rs1 ~]# yum install httpd -y [roo 阅读全文

posted @ 2017-07-21 13:47 i艾斯 阅读(148) 评论(0) 推荐(0)

2017年7月11日

Centos7搭建LEMP

摘要: 1.Nginx通过源码安装已经启动 [root@localhost conf]# systemctl status nginx ● nginx.service - nginx - high performance web server Loaded: loaded (/usr/lib/systemd 阅读全文

posted @ 2017-07-11 15:47 i艾斯 阅读(126) 评论(0) 推荐(0)

源码安装Nginx

摘要: 1.下载源码,解压 [root@localhost ~]# tar -xzvf nginx-1.8.0.tar.gz [root@localhost ~]# cd nginx-1.8.0 [root@localhost nginx-1.8.0]# ls auto CHANGES.ru configu 阅读全文

posted @ 2017-07-11 10:03 i艾斯 阅读(87) 评论(0) 推荐(0)

导航