find / -name "httpd*" --exec rm -rf {} \; #适用于源码安装方式卸载
yum install httpd php php-devel mysql mysql-devel http-devel #lamp环境
本文共 174 字,大约阅读时间需要 1 分钟。
find / -name "httpd*" --exec rm -rf {} \; #适用于源码安装方式卸载
yum install httpd php php-devel mysql mysql-devel http-devel #lamp环境
转载于:https://www.cnblogs.com/netsa/p/7199253.html