一、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