无监控,不运维
一、安装apache
yum install httpd
二、修改配置文件
vim /etv/httpd/conf/httpd.conf
将其中的AllowOverride None更改为AllowOverride All,再重启服务器。
systemctl start httpd.service#启动apache
systemctl stop httpd.service#停止apache
systemctl restart httpd.service#重启apache
systemctl enable httpd.service#设置开机启动apache
三、测试是否成功
安装成功
四、安装Zabbix repository
rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
yum clean all
五、安装Zabbix server and agent
yum install za