美文网首页
查看 apache、nginx、php、mysql 的编译参数

查看 apache、nginx、php、mysql 的编译参数

作者: 北山学者 | 来源:发表于2017-12-01 11:59 被阅读0次

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

相关文章

网友评论

      本文标题:查看 apache、nginx、php、mysql 的编译参数

      本文链接:https://www.haomeiwen.com/subject/ocnibxtx.html