查看apache编译参数:
cat /apache/build/config.nice
查看nginx编译参数:
nginx -V
查看php编译参数:
php -i|grep configure
查看mysql编译参数:
grep CONFIGURE_LINE /mysql/bin/mysqlbug
查看apache编译参数:
cat /apache/build/config.nice
查看nginx编译参数:
nginx -V
查看php编译参数:
php -i|grep configure
查看mysql编译参数:
grep CONFIGURE_LINE /mysql/bin/mysqlbug
评论区