手记

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

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


本文引用自:

    http://blog.sina.com.cn/s/blog_5f5716580100px8x.html


查看nginx编译参数:

1/usr/local/nginx/sbin/nginx -V


查看apache编译参数:

1cat /usr/local/apache2/build/config.nice


查看mysql编译参数:

1cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE


查看php编译参数:


1/usr/local/php/bin/php -i | grep configure

0人推荐
随时随地看视频
慕课网APP