标签:关闭 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
标签:关闭 root grep bsp style ast ip配置 下载 http服务器
原文地址:http://www.cnblogs.com/vincentfu/p/7066963.html