首页 > 代码库 > 如何查看apache,php,mysql的编译参数

如何查看apache,php,mysql的编译参数

查看nginx编译参数:/usr/local/nginx/sbin/nginx -V查看apache编译参数:cat /usr/local/apache2/build/config.nice查看mysql编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE查看php编译参数:/usr/local/php/bin/php -i | grep configure

  

如何查看apache,php,mysql的编译参数