1. 首页
  2. 数据库
  3. 其它
  4. linux网站服务及开源论坛Discuz

linux网站服务及开源论坛Discuz

上传者: 2021-01-16 14:55:59上传 PDF文件 204.61KB 热度 23次
安装Apache yum -y install httpd //安装 systemctl start httpd //启动 systemctl enable httpd //开机自启 systemctl stop firewalld //关闭防火墙 setenforce 0 httpd -v //查看版本 部署论坛系统discuz sed -ri '/^SELINUX=/cSELINUX=disabled' /etc/selinux/config setenforce 0 systemctl stop firewalld.service systemctl di
用户评论