1、nginx编译参数:

nginx -V(大写)
#注意:需保证nginx在环境变量中,或者使用这样的形式:/user/local/nginx/sbin/nginx -V

2、apache编译参数

cat your_apache_dir/build/config.nice

3、php编译参数:

php -i |grep configure
#或者 /user/local/php/bin/php -i |grep configure

4、mysql编译参数:

cat /user/local/mysql/bin/mysqlbug |grep configure

 

相关文章:

  • 2021-10-28
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2022-02-03
猜你喜欢
  • 2022-02-12
  • 2021-09-16
  • 2021-12-05
  • 2021-10-22
  • 2021-08-20
  • 2021-10-08
  • 2022-12-23
相关资源
相似解决方案