摘要:
1. 安装Apache组件 [root@mycentos shell]# yum install httpd 2. 安装成功后,检测有无httpd进程 [root@mycentos shell]# ps -e |grep httpd 3. 如没有,启用该服务 [root@mycentos shell 阅读全文
posted @ 2019-05-10 02:02
MKT-porter
阅读(1655)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/u011304615/article/details/78871479 在CentOS上安装phpMyAdmin,你第一步需要架设一台Web服务器(如Apache或nginx),安装好MySQL/MariaDB数据库和PHP。根据你的偏好和需求,你可以从L 阅读全文
posted @ 2019-05-10 01:24
MKT-porter
阅读(4004)
评论(1)
推荐(0)
摘要:
centos7中的防火墙改成了firewall,使用iptables无作用,开放端口的方法如下: firewall-cmd --zone=public --add-port=80/tcp --permanent 返回success为成功 命令含义: --zone #作用域 --add-port=80 阅读全文
posted @ 2019-05-10 00:49
MKT-porter
阅读(797)
评论(0)
推荐(0)
浙公网安备 33010602011771号