Linux下查看nginx、apache、mysql和php的编译参数_Linux教程

编辑Tag赚U币
Linux下查看nginx,apache,mysql,php的编译参数
1、nginx编译参数:
#/usr/local/nginx/sbin/nginx -V(小写的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

以上许多方法亦同样适合于64bit的FreeBSD8.0、FreeBSD8.1


来源:网络搜集//所属分类:Linux教程/更新时间:2013-04-13
相关Linux教程