nginx apache php mysql 编译参数查看方法

1、nginx编译参数:

your_nginx_dir/sbin/nginx -v

2、apache编译参数:

cat your_apache_dir/build/config.nice

3、php编译参数:

your_php_dir/bin/php -i |grep configure

4、mysql编译参数:

cat your_mysql_dir/bin/mysqlbug |grep configure 

发表评论

邮箱地址不会被公开。 必填项已用*标注