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

一、apache

    1、apachectl -V

    2、cat    APACHE-PATH/apache/build/config.nice


二、nginx

    NGINX-PATH/nginx/sbin/nginx    -V


三、php

    PHP-PATH/php/bin/php     -i|grep    configure


四、mysql

    grep    CONFIGURE_LINE    MYSQL-PATH/mysql/bin/mysqlbug



你可能感兴趣的:(mysql,如何)