标签:不同 nginx 安装 stat nload prefix star 环境 pen solar
https://www.zabbix.com/documentation/3.4/zh/manual/installation/requirements
安装zabbix 需要LNMP(Linux + Nginx + Mysql +PHP)环境
依赖:
yum install pcre openssl
安装方式1:
yum install -y nginx
配置文件默认在/etc/nginx/nginx.conf
启动nginx: service nginx start
安装方式2:
wget http://nginx.org/download/nginx-1.6.2.tar.gz
tar zxvf nginx-1.6.2.tar.gz
cd nginx-1.6.2
./configure --prefix=/usr/local/nginx
make && make install
启动nginx: /usr/local/nginx/sbin/nginx
wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql-community-server
systemctl start mysqld.service
systemctl status mysqld.service
grep pass /var/log/mysqld.log
alter user ‘root‘@‘localhost‘ identified by ‘123qweASD!‘;
链接:https://pan.baidu.com/s/16DlyLJWVzZfVRjrkffLA9g
提取码:uc3b
版本下载:php-5.6.39
wget https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm
rpm -ivh https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm
zabbix安装:
https://www.zabbix.com/download_sources 下载
标签:不同 nginx 安装 stat nload prefix star 环境 pen solar
原文地址:https://www.cnblogs.com/zy1234567/p/10189049.html