nginx -V(大写)#把稳:需担保nginx在环境变量中,或者利用这样的形式:/user/local/nginx/sbin/nginx -V
2、apache编译参数
cat your_apache_dir/build/config.nice
3、php编译参数:
php -i |grep configure#或者 /user/local/php/bin/php -i |grep configure
4、mysql编译参数:
cat /user/local/mysql/bin/mysqlbug |grep configure
原文:https://www.cnblogs.com/joshua317/p/6753244.html