zl程序教程

您现在的位置是:首页 >  系统

当前栏目

Centos 安装Apache软件

2023-09-11 14:14:10 时间

检查rpm    -qa    httpd

[root@luozhonghua icons]# rpm    -qa   |grep  httpd

httpd-2.2.15-30.el6.centos.i686

查看安装路径

rpm -ql httpd-2.2.15-30.el6.centos.i686

 

确保安装完

[root@luozhonghua icons]#  yum   -y  install      httpd   

或者也能够

rpm -qa  httpd

rmp -ql httpd

启动:

service httpd start