【识记】nginx_apache_mysql_php编译完后查看参数
有时候nginx,apache,mysql,php编译完了想看看编译参数可以用以下方法
(1)nginx编译参数:
#/usr/local/nginx/sbin/nginx -V
(2)apache编译参数:
# cat /usr/local/apache2/build/config.nice
(3)php编译参数:
# /usr/local/php/bin/php -i |grep configure
(4)mysql编译参数:
# cat "/usr/local/mysql/bin/mysqlbug"|grep configure
# mysql rpm安装cat "/usr/bin/mysqlbug"|grep configure