#查看Nginx环境编译参数
[root@E-host ~]# /www/server/nginx/sbin/nginx -V 

#查看Apache环境编译参数
[root@A-host ~]# /application/apache/bin/apachectl -V

[root@A-host ~]# cat /application/apache/build/config.nice 

#查看Mysql环境编译参数
[root@A-host ~]# grep CONFIGURE_LINE /application/mysql/bin/mysqlbug

#查看PHP环境编译参数

php -i|grep Configure
php -m