查看mysql编译参数:

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

查看apache编译参数:

cat $apachehome$/build/config.nice  

查看php编译参数(两种方式):

$PHP$/bin/php -i | grep configure
./php -r "phpinfo();" | grep configure  

查看nginx编译参数: 

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

相关文章:

  • 2019-02-22
  • 2022-01-22
  • 2021-09-22
  • 2021-04-21
  • 2022-02-07
  • 2021-05-25
  • 2022-12-23
猜你喜欢
  • 2021-10-27
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案