Linux中apche配置

Posted newobject

tags:

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

yum install httpd -y ##安装apache软件
yum install httpd-manual ##安装apache手册
systemctl start httpd
systemctl enable httpd
firewall-cmd --list-all ##列出火墙信息
firewall-cmd --permanent --add-service=http ##若是火墙开启需将http加入火墙允许列表
firewall-cmd --reload ##火墙重新加载策略

 

测试:

vim /var/www/html/index.html

 

<h1>hello world</h1>

以上是关于Linux中apche配置的主要内容,如果未能解决你的问题,请参考以下文章

linux Server 安装 apche2 以及重要配置

apche的主配置文件)

apche配置后报错(Forbidden)没有权限

Apche2多站点配置

25期Linux20180529 Apche 认证 访问日志 域名跳转

apche 配置https