1、安装 Apache2
yum install httpd
2、启动
方法一:service httpd start
方法二:/etc/init.d/httpd start
//浏览 http://ip,应该看到 Apache2 的测试页
3、设置开机启动
方法一:chkcong --levels 235 httpd on
方法二:chkcong httpd on
//Apache 的默认文档根目录是在 CentOS 上的/var/ 目录 ,配置文件是
/etc/httpd/conf/httpd.conf。
4、安装 PHP5
yum install php
评论0
最新资源