linux下查看nginx,apache,mysql,php的编译参数

nginx编译参数:
#/usr/local/nginx/sbin/nginx -V

apache编译参数:
# cat /usr/local/apache2/build/config.nice

php编译参数:
# /usr/local/php/bin/php -i |grep configure

mysql编译参数:
# cat "/usr/local/mysql/bin/mysqlbug"|grep configure

原文地址:https://www.cnblogs.com/benio/p/1850940.html