linux下查看nginx,apache,mysql,php的编译参数

linux下查看nginx,apache,mysql,php的编译参数
http://blog.chinaunix.net/u3/93182/showart_1967231.html
 
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

你可能感兴趣的:(linux,mysql,数据库,nginx,休闲)