天天看点

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

查看mysql编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE

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

查看apache编译参数:cat /usr/lib/httpd/build/config_vars.mk

查看php编译参数:/usr/local/php/bin/php -i | grep configure

本文转自 freeterman 51CTO博客,原文链接:http://blog.51cto.com/myunix/1105145,如需转载请自行联系原作者