find / -name "httpd*" --exec rm -rf {} \; #适用于源码安装方式卸载
yum install httpd php php-devel mysql mysql-devel http-devel #lamp环境
时间: 2024-11-05 14:55:14
find / -name "httpd*" --exec rm -rf {} \; #适用于源码安装方式卸载
yum install httpd php php-devel mysql mysql-devel http-devel #lamp环境