查看nginx、apache、php、mysql的编译参数
#############################################################################查看nginx 编译参数:/usr/local/nginx/sbin/nginx -V
查看apache编译参数:cat /usr/local/httpd/build/config.nice
查看mysql 编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE
查看php 编译参数:/usr/local/php/bin/php -i | grep configure
#############################################################################
页:
[1]