码迷,mamicode.com
首页 > Web开发 > 详细

五 Linux安装httpd 服务

时间:2019-12-17 15:15:17      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:服务   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!