天天看點

Linux下檢視Nginx、Napache、MySQL、PHP的編譯參數

1、nginx編譯參數:

#/usr/local/nginx/sbin/nginx -V

2、apache編譯參數:

# cat /usr/local/apache/build/config.nice

3、php編譯參數:

# /usr/local/php/bin/php -i |grep configure

4、mysql編譯參數:

# cat /usr/local/mysql/bin/mysqlbug|grep configure

      本文轉自 M四月天 51CTO部落格,原文連結:http://blog.51cto.com/msiyuetian/1689597,如需轉載請自行聯系原作者