0%

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