当前位置:首页 > 操作系统 > Linux

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

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

 

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


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐