nginx编译参数:
#/usr/local/nginx/sbin/nginx -V

 

apache编译参数:
# cat /usr/local/apache2/build/config.nice

 

php编译参数:
# /usr/local/php/bin/php -i |grep configure

 

mysql编译参数:
# cat "/usr/local/mysql/bin/mysqlbug"|grep configure

相关文章:

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