标签:文件 red gcc follow htm 2.4 应用 ofo apr
软件包链接:https://pan.baidu.com/s/1e7AHrQnK2kwR3jZulpL3ow 密码:yt3b#!/bin/sh
# description:Apache is a World Wide Web server.
第八步:chmod +x /etc/init.d/httpd //给httpd执行1权限
chkconfig --add httpd
chkconfig --list httpd
chkconfig --level 35 httpd on
第九步:建立软连接便于管理 ln -s /usr/local/apache/conf/httpd.conf /etc/httpd.conf (注意:软连接使用绝对路径)
**第十步:vi /usr/local/apache/conf/httpd.conf
Listen:IPV4
ServerName:主机名.域名
**
第十一步:
service httpd stop
service httpd start
主页存放路径为:/usr/local/apache/htdocs/index.html
标签:文件 red gcc follow htm 2.4 应用 ofo apr
原文地址:http://blog.51cto.com/13706698/2165434