
httpd
周巴帝
上善如水
展开
-
Centos 7搭建Zabbix
一、环境要求:CentOS7+Zabbix5.0+Apache+MariaDB二、基础配置:#安装部分基础软件包yum install -y tree net-tool net-snmp vim ntpdate wget #禁止防火墙服务启动systemctl disable firewalld#关闭防火墙服务systemctl stop firewalld#临时关闭SELinuxsetenforce = 0vim /etc/sysconfig/con...转载 2020-09-10 17:03:41 · 582 阅读 · 0 评论 -
centos7+mysql5.7+php7.0+httpd2.4搭建edusoho网址
环境:centos7+httpd2.4+php7.0+mysql5.71 安装wget如果系统已安装wget,请跳过此步骤yum install wget2 更新系统#更新yum软件包yum check-update #更新系统yum update3 安装配置防火墙3-1 更改默认防火墙,开启22端口、80端口、3306端口关闭firewall:systemctl stop firewalld.service #停止firewallsystemct..原创 2020-09-01 09:27:10 · 450 阅读 · 0 评论