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

Centos 搭建 http服务器

时间:2017-06-22 20:50:26      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:关闭   root   grep   bsp   style   ast   ip配置   下载   http服务器   

1,安装 yum install httpd

2,查看是否安装成功 netstat 

      [root@localhost ~]# netstat -anp | grep 80
      tcp 0 0 :::80 :::* LISTEN 1487/httpd
      unix 2 [ ACC ] STREAM LISTENING 11480 1291/master private/lmtp

3,修改文件以及IP配置

      默认80端口:可修改:ServerName 192.168.104.157:8000

      默认路径 DocumentRoot   "/var/www/html" ,可在此路径下放入需要下载的文件或者修改此路径;

 4,打开本地浏览器,输入服务器IP地址,显示欢迎页面。如果无法显示则关闭防火墙。

      service iptables stop

Centos 搭建 http服务器

标签:关闭   root   grep   bsp   style   ast   ip配置   下载   http服务器   

原文地址:http://www.cnblogs.com/vincentfu/p/7066963.html

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