hailai 发表于 2018-11-22 10:06:08

查看nginx、apache、php、mysql的编译参数

  #############################################################################
  查看nginx 编译参数:/usr/local/nginx/sbin/nginx -V
  查看apache编译参数:cat /usr/local/httpd/build/config.nice
  查看mysql 编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE
  查看php   编译参数:/usr/local/php/bin/php -i | grep configure
  #############################################################################

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