一、nginx编译参数:php
nginx -V(大写)
#注意:需保证nginx在环境变量中,或者使用这样的形式:/user/local/nginx/sbin/nginx -V
二、apache编译参数mysql
cat your_apache_dir/build/config.nice
三、php编译参数:nginx
php -i |grep configure #或者 /user/local/php/bin/php -i |grep configure
四、mysql编译参数:sql
cat /user/local/mysql/bin/mysqlbug |grep configure