hdfdtr 发表于 2015-8-7 08:46:24

如何查看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


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