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

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>