1.查看nginx的编译参数
[root@LNMP ~]# /application/nginx/sbin/nginx -V
nginx version: nginx/1.6.3
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-18) (GCC)
TLS SNI support enabled
configure arguments: --user=nginx --group=nginx
--prefix=/application/nginx-1.6.3/
--with-http_stub_status_module
--with-http_ssl_module

2.查看apache的编译参数
[root@LAMP ~]# cat /application/apache/build/config.nice
#! /bin/sh
#
# Created by configure

"./configure" \
"--prefix=/application/apache2.2.27" \
"--enable-deflate" \
"--enable-expires" \
"--enable-headers" \
"--enable-modules=most" \
"--enable-so" \
"--with-mpm=worker" \
"$@"

3.查看mysql的编译参数
[root@LAMP ~]# grep CONFIGURE_LINE /application/mysql/bin/mysqlbug
CONFIGURE_LINE="./configure
'--prefix=/application/mysql5.1.72' '
--with-unix-socket-path=/application/mysql5.1.72/tmp/mysql.sock' '
--localstatedir=/application/mysql5.1.72/data' '
--enable-thread-safe-client' '
--with-mysqld-user=mysql' '
--with-big-tables' '
--without-debug' '
--with-pthread' '
--enable-assembler' '
--with-extra-charsets=complex' '
--with-readline' '
--with-ssl' '
--with-embedded-server' '
--enable-local-infile' '
--with-plugins=partition,innobase' '
--with-mysqld-ldflags=-all-static' '
--with-client-ldflags=-all-static'"
`test -n "$CONFIGURE_LINE" && echo "Configure command: $CONFIGURE_LINE"`

4.查看php的编译参数
[root@LAMP ~]# /application/php/bin/php -i |grep configure
Configure Command => './configure' '
--prefix=/application/php5.3.27' '
--with-apxs2=/application/apache/bin/apxs' '
--with-mysql=/application/mysql' '
--with-xmlrpc' '
--with-openssl' '
--with-zlib' '
--with-freetype-dir' '
--with-gd' '
--with-jpeg-dir' '
--with-png-dir' '
--with-iconv=/usr/local/libiconv' '
--enable-short-tags' '
--enable-sockets' '
--enable-zend-multibyte' '
--enable-soap' '
--enable-mbstring' '
--enable-static' '
--enable-gd-native-ttf' '
--with-curl' '
--with-xsl' '
--enable-ftp' '
--with-libxml-dir'

说明:/application为各个服务的安装路径

最新文章

  1. iOS 动态化
  2. Decorator(装饰)-对象结构型模式
  3. 使用Android Studio搭建Android集成开发环境
  4. PHP实现下载功能之流程分析
  5. Git---Git及GitHub使用笔记
  6. PHPCMS v9 模型概念及用法
  7. DefaultResouceLoader的设计
  8. 查看linux版本的三种常用方法
  9. lodoop打印控制具体解释
  10. Building a RESTful Web Service(转)
  11. 编写JQuery插件-4
  12. 每天4亿行SQLite订单大数据测试(源码)
  13. redis的常用公共方法
  14. pyton 模块之 pysmb 文件上传(windows)
  15. 3. Python 字典 常用办法总结
  16. Java内存管理-掌握虚拟机类加载机制(四)
  17. Zabbix实现自动发现端口并监控
  18. 【转】SpringMVC Controller 介绍
  19. js判断字符串长度
  20. ES5之defineProperty

热门文章

  1. Perl 学习笔记-正则表达式基础篇
  2. Perl 学习笔记-子程序
  3. WireShark抓包的pcap文件格式分析
  4. 研究wireshark遇到的问题
  5. lnmp一键安装包 配置多站点
  6. mysql数据库引擎MyISAM与InnoDB的区别浅说
  7. 【重要】拷贝NIOS II工程后,修改工程前必须要做的10件事
  8. 终端工具putty访问vmware centos系统
  9. Android-自定义IntentSession来传递数据
  10. Android之常用开发框架