linux 中查看apache http版本命令

查看apache http server的版本:

rpm -qi httpd

rpm -aq|grep -i http

搜索httpd的路径(search httpd path):

whereis httpd 

重启apache http server:

/etc/init.d/httpd restart

猜你喜欢

转载自lxs647.iteye.com/blog/1704598
今日推荐