1. 查看nginx的编译参数
- /usr/local/nginx/sbin/nginx -V
2. 查看php的编译参数
- php -i | grep "configure"
3. mysql编译参数
- grep "configure" /usr/local/mysql/bin/mysqlbug
mysql_config也可以获得
4. apache编译参数
- cat /usr/local/apache/build/config.nice
本文共 261 字,大约阅读时间需要 1 分钟。
1. 查看nginx的编译参数
2. 查看php的编译参数
3. mysql编译参数
mysql_config也可以获得
4. apache编译参数
转载于:https://blog.51cto.com/linuxjcq/718005