Apache编译参数:

[root@zyl data]# 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" \

"--enable-rewrite" \

"$@"

版本:

[root@zyl data]# /application/apache/bin/apachectl -v

Server version: Apache/2.2.27 (Unix)

Server built:   Aug 22 2016 17:28:28

Nginx编译参数及版本:

[root@zyl ~]# /application/nginx/sbin/nginx -V

nginx version: nginx/1.6.2

built by gcc 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)

TLS SNI support enabled

configure arguments:

--user=nginx

--group=nginx

--prefix=/application/nginx1.6.2

--with-http_stub_status_module

--with-http_ssl_module

MySQL:

[root@zyl ~]# grep CONFIGURE_LINE /application/mysql/bin/mysqlbug

CONFIGURE_LINE=""

`test -n "$CONFIGURE_LINE"  && echo "Configure command: $CONFIGURE_LINE"`

版本:

[root@zyl ~]# mysql -uroot -p888888

Welcome to the MySQL monitor.Commands end with ; or \g.

Your MySQL connection id is 3

Server version: 5.5.32-log Source distribution

PHP详细的参数:

[root@zyl ~]# /application/php/bin/php -i|grep config

Configure Command =>

'./configure'

'--prefix=/application/php5.3.27'

'--with-mysql=/application/mysql'

'--with-iconv-dir=/usr/local/libiconv'

'--with-freetype-dir' '--with-jpeg-dir'

'--with-png-dir' '--with-zlib'

'--with-libxml-dir=/usr--enable-xml'

'--disable-rpath'

'--enable-safe-mode'

'--enable-bcmath'

'--enable-shmop'

'--enable-sysvsem'

'--enable-inline-optimization'

'--with-curl' '--with-curlwrappers'

'--enable-mbregex' '--enable-fpm'

'--enable-mbstring'

'--with-mcrypt'

'--with-gd'

'--enable-gd-native-ttf'

'--with-openssl'

'--with-mhash'

'--enable-pcntl'

'--enable-sockets'

'--with-xmlrpc'

'--enable-zip'

'--enable-soap'

'--enable-short-tags'

'--enable-zend-multibyte'

'--enable-static'

'--with-xsl'

'--with-fpm-user=nginx'

'--with-fpm-group=nginx'

'--enable-ftp'

PHP Warning:  Unknown: It is not safe to rely on the system's timezone settings.

You are *required* to use the date.timezone setting or the date_default_timezone_set() function.

In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.

We selected 'Asia/Chongqing' for 'CST/8.0/no DST' instead in Unknown on line 0

版本:

[root@zyl data]#/application/php/bin/php -v

PHP 5.3.27 (cli) (built: Jul  9 2016 20:18:26)

lnmp php编译参数,LAMP、LNMP环境编译参数查询相关推荐

  1. 轻松获取LAMP,LNMP环境编译参数配置

    轻松获取LAMP,LNMP环境编译参数配置 作者:Mr.Xiong /分类:系统管理  字号:L M S 大家是否遇到过去了新公司,公司内的LAMP,LNMP等所有的环境都是配置好的(已经在提供服务了 ...

  2. 1.2 lamp/lnmp 环境搭建

    我认为,无论是学习安全还是从事安全的人,多多少少都会有些许的情怀和使命感!!! 1.2 lamp/lnmp 环境搭建 在不同的操作系统下,漏洞的测试结果也可能会不一样. 简单举例:像文件包含截断,在W ...

  3. lanmp/lamp/lnmp/lnamp一键安装

    1.系统描述 lanmp一键安装包是wdlinux官网2010年底开始推出的web应用环境的快速简易安装包. 执行一个脚本,整个环境就安装完成就可使用,快速,方便易用,安全稳定 lanmp一键安装包是 ...

  4. CentOS 6.7 源码搭建LNMP架构部署动态网站环境

    源码搭建LNMP架构部署动态网站环境 Nginx 简介 Nginx是一款相当优秀的用于部署动态网站的服务程序,Nginx具有不错的稳定性.丰富的功能以及占用较少的系统资源等独特特性. Nginx (& ...

  5. linux nginx安装php5.5,linux下搭建LNMP(linux+nginx+mysql+php)环境之mysql5.5安装

    linux下搭建LNMP(linux+nginx+mysql+php)环境之mysql5.5安装: 首先安装依赖包: yum -y install gcc gcc-c++ autoconf libjp ...

  6. lnmp的php.ini,lamp/lnmp优化3--phpini

    这一章说一说php引擎的优化. 1.php缓存加速,请参考前面的文章. 2.使用tmpfs作为缓存加速文件目录 3.php.ini参数调优 3.1打开php安全模式 方法:safe_mode=on 3 ...

  7. LAMP+LNMP视频教程

    你是否在LAMP或是LNMP源码编译的道路上走过弯路,失败过或者目前还没有顺利安装过呢?另外网上有网上有很多LAMP/LNMP的一键安装脚本,如果拿过来直接用还是要改脚本.本教程的内容就能帮助你解决手 ...

  8. lnmp php 5.4,linux下搭建LNMP(linux+nginx+mysql+php)环境之php5.4安装

    安装准备:依赖包下载wget http://ah1.down.chinaz.com/201303/PHP-v5.4.13.tar.gz wget http://soft.7dot.com/soft/l ...

  9. LinuxProbe 0x20 使用LNMP架构部署动态网站环境

    LNMP动态网站部署架构是一套由Linux + Nginx + MySQL + PHP组成的动态网站系统解决方案,具有免费.高效.扩展性强且资源消耗低等优良特性,目前正在被广泛使用. 源码包程序 在R ...

  10. LAMP 开发环境搭建

    LAMP 开发环境搭建 文章目录 LAMP 开发环境搭建 前言 一.PHP开发环境搭建(LAMP) 1.CentOS 7 2.PHP 连接 MySQL 数据库 2.1 概述 2.2 PHP 连接MyS ...

最新文章

  1. 前端jQuery插件库
  2. 科大星云诗社动态20211102
  3. html 三列布局(两列自适应,一列固定宽度)
  4. HashMap 的 7 种遍历方式+性能分析!
  5. 【报告分享】5G网络切片分级白皮书.pdf(附下载链接)
  6. 域对抗网络Domain adversarial neural network及其应用相关论文
  7. 可以导出记录EXCEL表格的记账理财账本
  8. LearnOpenGL学习笔记——法线贴图
  9. ArcGisPro脚本工具【7】——通过高德地图API获取公交线路
  10. python:计划持有基金n年,求n年的每年复利_利率
  11. 算法设计与分析之数字三角形问题(C++解法)
  12. NLP-文本向量训练及相似度计算
  13. 新员工犯错续:解决问题
  14. 亿级流量电商详情页系统实战-28.商品详情页结构分析、缓存全量更新问题以及缓存维度化解决方案
  15. windows installer服务坏了修复方法
  16. 51单片机的GPS公交车自动报站系统设计
  17. nbiot开发需要掌握什么_NB-IoT开发都涉及哪些方面?
  18. 逆向工具/反编译工具 集合
  19. android带圆点的轮播图,Android 实现轮播图效果 底部圆点布局实现
  20. 戴尔(DELL)笔记本的型号解析

热门文章

  1. 一文看懂CV中的注意力机制
  2. 如何入门学习自动驾驶感知技术?
  3. FIFO的读写操作时序图
  4. React 中动态的加载组件 ---loadable-components
  5. 温度对结构光深度的影响
  6. 舵机任意角度程序_真香!!!飞特发布性价比超高的19kg磁编码360°双轴串口总线舵机STS3215...
  7. python购物车程序2019_Python实现购物车程序
  8. 孪生网络图像相似度_生成对抗网络的进步多大,请看此文
  9. 绝望!导师只给我一周时间.......
  10. MPB:中科院生态环境中心邓晔组-环境样本中原核生物的总量测定