检查常用软件的编译参数

apache:
 cat /usr/local/apache2/build/config.nice 
nginx:
 /usr/local/nginx/sbin/nginx -V 
php:
 /usr/local/php/bin/php -i |grep configure
mysql:
 cat /usr/local/mysql/bin/mysqlbug|grep configure


你可能感兴趣的:(编译参数,常用软件)