centos下apache安装

安装环境:centos

查找可安装的包:
yum list httpd*

安装:
yum install httpd.x86_64

查看安装包的所有安装文件:
rpm -ql httpd 

配置文件:
/etc/httpd/conf/httpd.conf

日志目录:
/etc/httpd/logs


页面存放路径:
/var/www/html/


启动、停止、状态命令:
/etc/init.d/httpd start
/etc/init.d/httpd stop
/etc/init.d/httpd status

posted @ 2014-03-19 18:06  kszit  阅读(135)  评论(0编辑  收藏  举报