运维网's Archiver
论坛
›
lanmp
› 查看已安装LANMP编译参数
564543
发表于 2016-7-22 10:42:16
查看已安装LANMP编译参数
1、【PHP编译参数查看】
找到php编译安装目录,
cd $/path/to/php/
cd bin/
cat php-config| grep 'configure_options'
2、【MySQL编译参数】
cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE
3、【Nginx编译参数】
./nginx -V
页:
[1]
查看完整版本:
查看已安装LANMP编译参数