httpd安装与配置(centos7) 2

Posted yigehezi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了httpd安装与配置(centos7) 2相关的知识,希望对你有一定的参考价值。

承接上文

1./usr/local/apache/bin/apachectl start启动apache,出现错误

技术图片

解决方法:(进入安装目录,编辑httpd.conf文件,添加ServerName localhost:80或者去掉ServerName www.example前面的#号,这里添加本地ip)

技术图片

技术图片

重启后用浏览器访问172.16.121.67时提示It works!

技术图片

 

 2.添加环境变量使httpd可以任意访问

vim /etc/profile

在"/etc/profile"文件最后添加export PATH=$PATH:/usr/local/apache/bin

技术图片

报错Failed to start httpd.service: Unit not found.

 将apachectl文件拷贝到 /etc/rc.d/init.d 中,然后在相应的启动级别如3,5中加入链接即可

 cp /usr/local/apache2/bin/apachectl /etc/rc.d/init.d/httpd # 复制到init.d 并重命名为httpd

ln -s /etc/rc.d/init.d/httpd /etc/rc.d/rc3.d/S61httpd

还是报错后执行命令

systemctl daemon-reload

 

以上是关于httpd安装与配置(centos7) 2的主要内容,如果未能解决你的问题,请参考以下文章

Centos7.2下安装与配置apache

CentOS7 构建httpd+svn+ifsvnadmin配置

全网最全Centos7 Cloudera Manager 安装与使用

PXE自动安装CentOS6与CentOS7的实现

Centos7 squid安装与配置

Centos7下yum安装配置nginx与php