查看apache、nginx、mysql、php编译参数
查看apache编译参数:
cat /apache/build/config.nice
1
查看nginx编译参数:
nginx -V
1
查看php编译参数:
php -i|grep configure
1
查看mysql编译参数:
grep CONFIGURE_LINE /mysql/bin/mysqlbug
1
上次更新: 2022/06/12, 15:48:09
查看apache编译参数:
cat /apache/build/config.nice
查看nginx编译参数:
nginx -V
查看php编译参数:
php -i|grep configure
查看mysql编译参数:
grep CONFIGURE_LINE /mysql/bin/mysqlbug