nginx、mysql、php等各编译参数查询

查看nginx编译参数:/usr/local/nginx/sbin/nginx -V

查看apache编译参数:cat /usr/local/apache2/build/config.nice

查看mysql编译参数:mysql<5.5  cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE
          mysql>=5.5 cat /usr/local/mysql5.5/docs/INFO_BIN 
查看php编译参数:/usr/local/php/bin/php -i | grep configure
posted @ 2016-07-14 11:05  没错我就是菊花侠  阅读(194)  评论(0编辑  收藏  举报