查看已经安装的nginx、apache、mysql和php的编译参数

  1. 查看nginx编译参数
    nginx -V
  2. 查看Apache编译参数
    cat your_apache_dir/build/config.nice
  3. 查看php编译参数
    php -i |grep configure
  4. 查看mysql编译参数
    cat /user/local/mysql/bin/mysqlbug |grep configure

猜你喜欢

转载自blog.csdn.net/qq_41980563/article/details/89000507