hncys 发表于 2018-11-25 14:08:44

查看nginx php mysql apache编译安装参数

  纯记录 参考链接
  http://www.itlearner.com/article/4554
  http://bbs.chinaunix.net/thread-926713-1-1.html
  查看php变异安装参数
  php-r "phpinfo();" | grep configure
  php-i | grep configure
  查看mysql变异安装参数
  cat/usr/local/services/mysql/bin/mysqlbug | grep configure
  # This is set by configure
  CONFIGURE_LINE="./configure'--prefix=/usr/local/services/mysql/' '--enable-assembler' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--with-big-tables' '--with-readline' '--with-ssl' '--with-embedded-server' '--enable-local-infile' '--with-plugins=innobase'"
  查看nginx编译安装参数
  nginx -V
  查看apache编译安装参数
  cat /usr/local/apache2/build/config.nice

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