查看NGINX,APACHE,MYSQL,PHP的编译参数

来源:互联网 发布:23端口是什么 编辑:程序博客网 时间:2024/05/21 11:36
NGINX:
/usr/local/nginx/sbin/nginx -V
apache:
cat /usr/local/apache2/build/config.nice
php:
/usr/local/php5/bin/php -i | grep configure
mysql:
cat "/usr/local/mysql/bin/mysqlbug" | grep configure
This is se by configure