前提条件:关闭防火墙和selinux。
1. 首先安装Apache软件
首先在系统上面查询一下是否已经安装了apache 软件:rpm -qa|grep httpd
如果没有,使用yum安装:yum -y install httpd
设置开机自启:chkconfig httpd on
启动软件:service httpd start
测试apache页面:http://127.0.0.1/
前提条件:关闭防火墙和selinux。
1. 首先安装Apache软件
首先在系统上面查询一下是否已经安装了apache 软件:rpm -qa|grep httpd
如果没有,使用yum安装:yum -y install httpd
设置开机自启:chkconfig httpd on
启动软件:service httpd start
测试apache页面:http://127.0.0.1/
本文标题:CentOS6.5安装testlink1.9.16
本文链接:https://www.haomeiwen.com/subject/lditfxtx.html
网友评论