Linux下查看Nginx、apache、MySQL和PHP的编译参数
时间:2016-12-22 13:26 来源:linux.it.net.cn 作者:it.net.cn
Linux下查看Nginx、apache、MySQL和PHP的编译参数
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
(责任编辑:IT)
Linux下查看Nginx、apache、MySQL和PHP的编译参数 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 (责任编辑:IT) |