首页 > 系统服务 > 详细

linux下查看服务器软件的编译参数

时间:2015-07-17 11:48:39      阅读:254      评论:0      收藏:0      [点我收藏+]
1、nginx编译参数:
your_nginx_dir/sbin/nginx -V
2、apache编译参数:
cat your_apache_dir/build/config.nice
3、php编译参数:
your_php_dir/bin/php -i |grep configure
4、mysql编译参数:
cat your_mysql_dir/bin/mysqlbug |grep configure

 

linux下查看服务器软件的编译参数

原文:http://www.cnblogs.com/zhuiluoyu/p/4653837.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!