五 Linux安装httpd 服务
2021-05-11 15:27
标签:服务 sudo install var 修改 start color service whereis 五 Linux安装httpd 服务 标签:服务 sudo install var 修改 start color service whereis 原文地址:https://www.cnblogs.com/ZXF6/p/12054132.html/*
安装目的: centos 下利用httpd 搭建服务器。
切换到ec2-user用户
ec2-user 登陆
1 安装命令?
sudo yum install httpd -y
2 查看安装位置
whereis httpd
[ec2-user@ip-172-10-24-20 /]$ whereis httpd
httpd: /usr/sbin/httpd /usr/lib64/httpd /etc/httpd /usr/share/httpd /usr/share/man/man8/httpd.8.gz
3 修改httpd服务默认端口 使用supervisor 用户
sudo vim /etc/httpd/conf/httpd.conf
将端口号改成,我们需要的。
4 启动httpd服务?
sudo systemctl start httpd.service
5 编写文件 在这个目录下
var/www/html
*/