怎么部署apache服务器


本文摘自PHP中文网,作者angryTom,侵删。

怎么部署apache服务器

apache的部署很简单,下面以centos系统为例,讲解如何部署apache服务器。

1、Apache服务器的安装

1

2

3

4

5

yum install httpd -y

# 启动

systemctl start httpd

# 关闭防火墙

systemctl stop firewalld

2、apache默认站点目录为 /var/www/html

阅读剩余部分

相关阅读 >>

apache可以干什么

apache solr是什么

apache打不开php文件

什么是apache kafka数据采集

apache的poi是什么意思

apache无法解析php

apache是什么软件

windows下apache对客户端访问进行限速(ecs服务器 )

什么命令是用于安装apache服务的

centos系统如何查看是否安装了apache

更多相关阅读请进入《部署》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...