众所周知,平常LAMP和LNMP用的比较多,包括我们入职去一些新的公司时,文档可能不是那么的全,我们需要知道nginx、apache、php、mysql这些软件是怎么编译安装的?
我基本总结了如下命令查看
1、nginx编译参数:
#/usr/local/nginx/sbin/nginx -V
2、apache编译参数:
# cat /usr/local/apache/build/config.nice
3、php编译参数:
# /usr/local/php/bin/php -i |grep configure
4、mysql编译参数:
# cat /usr/local/mysql/bin/mysqlbug|grep configure