1、nginx编译参数:
your_nginx_dir/sbin/nginx -V
2、apache编译参数:
cat your_apache_dir/build/config.nice
3、php编译参数:
your_php_dir/bin/php -i |grep configure
4、mysql编译参数:
cat your_mysql_dir/bin/mysqlbug |grep configure

 

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2021-10-27
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2021-11-17
  • 2021-10-08
  • 2021-11-07
  • 2021-12-18
  • 2021-05-21
相关资源
相似解决方案