Linuxの下でnginx,apache,mysql,phpのコンパイルパラメータを表示します


1、nginxコンパイルパラメータ:
1 /usr/local/nginx/sbin/nginx -V
2、apacheコンパイルパラメータ:
1 cat /usr/local/apache/build/config . nice
3、phpコンパイルパラメータ:
1 /usr/local/php/bin/php -i | grep configure
4、mysqlコンパイルパラメータ:
1 cat /usr/local/mysql/bin/mysqlbug | grep configure