zxcvb12 发表于 2018-10-1 14:22:07

如何查看nginx apache php mysql编译参数

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

页: [1]
查看完整版本: 如何查看nginx apache php mysql编译参数