apache的学习过程
查看是否安装apache# rpm -qa | grep httpd
查看正在跑的进程并杀掉
# ps -ef | grep dhcp
# kill -9 1775
搜索与httpd有关
# yum search httpd
安装apache软件包:(由apache http server看到apache的安装包为httpd.x86_64)
yum install httpd.x86_64
启动/停止/重启Apache服务:
service httpd start
service httpd stop
service httpd restart
页:
[1]