五 Linux安装httpd 服务

2021-05-11 15:27

阅读:539

标签:服务   sudo   install   var   修改   start   color   service   whereis   

/*

安装目的: 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 
    
*/

 

 

 

 

技术图片

五 Linux安装httpd 服务

标签:服务   sudo   install   var   修改   start   color   service   whereis   

原文地址:https://www.cnblogs.com/ZXF6/p/12054132.html

上一篇:js表头标题固定

下一篇:CURL命令学习一


评论


亲,登录后才可以留言!