linux下查看nginx、apache、mysql、php的编译参数

  下文我们一起来看一个linux下查看nginx、apache、mysql、php的编译参数例子,希望此例子对各位有帮助。

  查看nginx、apache、mysql、php参数我们可以用到

  /App/nginx/sbin/nginx -V 查看nginx参数

  # cat config.nice 查看apache参数

  #cat “/usr/local/mysql/bin/mysqlbug”|grep configure 查看mysql参数

  /usr/local/php/bin/php -i |grep configure 查看php参数

  1、查看nginx参数

  [root@361way ~]# /App/nginx/sbin/nginx -V

  nginx: nginx version: nginx/1.2.6

  nginx: TLS SNI support disabled

  nginx: configure arguments: --prefix=/App/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module

  2、查看apache参数

  [root@361way build]# cat config.nice

  #! /bin/sh

  #

  # Created by configure

  "./configure"

  "--prefix=/usr/local/httpd"

  "--with-apr=/usr/local/apr"

  "--with-apr-util=/usr/local/apr-util"

  "--with-pcre"

  "--with-mpm=event"

  "--enable-rewrite"

  "--enable-proxy"

  "--with-z"

  "--enable-so"

  "$@"

  3、 查看mysql参数

  [root@361way build]#cat “/usr/local/mysql/bin/mysqlbug”|grep configure

  # This is set by configure

  CONFIGURE_LINE=”./configure ‘--prefix=/usr/local/mysql’ ‘--localstatedir=/var/lib/mysql’ ‘--with-comment=Source’ ‘--with-server-suffix=-H863′ ‘--with-mysqld-user=mysql’ ‘--without-debug’ ‘--with-big-tables’ ‘--with-charset=gbk’ ‘--with-collation=gbk_chinese_ci’ ‘--with-extra-charsets=all’ ‘--with-pthread’ ‘--enable-static’ ‘--enable-thread-safe-client’ ‘--with-client-ldflags=-all-static’ ‘--with-mysqld-ldflags=-all-static’ ‘--enable-assembler’ ‘--without-isam’ ‘--without-innodb’ ‘--without-ndb-debug’”

  4、查看php参数

  /usr/local/php/bin/php -i |grep configure

  Configure Command => ‘./configure’ ‘--prefix=/usr/local/php’ ‘--with-apxs2=/usr/local/apache2/bin/apxs’ ‘--with-config-file-path=/usr/local/php/etc’ ‘--with-mysql=/usr/local/mysql’ ‘--with-libxml-dir=/usr/local/libxml2/bin’ ‘--with-gd=/usr/local/gd2′ ‘--with-jpeg-dir’ ‘--with-png-dir’ ‘--with-bz2′ ‘--with-xmlrpc’ ‘--with-freetype-dir’ ‘--with-zlib-dir’

时间: 2024-10-31 20:08:30

linux下查看nginx、apache、mysql、php的编译参数的相关文章

Linux下查看nginx apache mysql php的编译参数_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 以下是完整的实操例子: 查看获取nginx的编译参数: 复

在linux下配置Redhat9+Apache+Mysql+PHP+GD2+Perl

在linux下配置Redhat9+http://www.aliyun.com/zixun/aggregation/14417.html">Apache+Mysql+PHP+GD2+Perl,安装文章的步骤,相信你完全可以配置你的系统 安装环境描述 操作系统:Linux RedHat AS4.0 web服务软件:Apache httpd-2.2.4下载:http://www.apache.org 数据库软件:mysql-5.0.37.tar.gz 下载:http://www.mysql.co

Linux下源代码安装apache+mysql+php

Linux下源代码安装apache+mysql+php /******************************* * I am pefocus,pefocus is me !* *******************************/ 编译环境:RedHat Enterprise AS 5,开启SELlinux 所需要的软件:apache,php,phpmyadmin,mysql,GD及库相关         libpng-1.2.24.tar.bz2   zlib-1.2.3.

linux 下 docker NGINX+PHP+MYSQL+REDIS+Elasticsearch 开发环境搭建

一步步跟我做,搭建属于自己的 docker 开发环境 作者:风来了.fox nginx 1.8.0 php 5.6.x 1.docker 安装 1.1 ubuntu 14.x 15.x sudo apt-get update curl -sSL https://get.docker.io/ | sudo sh 1.2 centos 6.x 7.x sudo yum update curl -sSL https://get.docker.io/ | sudo sh 1.3 如果安装出现错误 1.3

在Linux下安装PHP,Apache,Oracle,Perl的方法

经过一夜的"奋战",终于把ORACLE装上了,而且PHP脚本调用ORACLE数据库也成功了,现在就和大家共同分享. (注:现在网上一些资料都说oracle8.1.6 php4.0.4 apache1.3.2可以成功 安装,可是我和一个朋友试过了几次都不能成功,如有高手请指教,最好具体一些.) 1.硬件环境: 硬盘:9.2 G ; 内存:128 M ; 网卡:EEpor100 2.软件 操作系统: RedHat 6.1(***大家注重,一定是6.1啊***) 3.优化RedHat 6.1

Moon_LServer Linux下一键搭建Apache+PHP+MySQL+Zend+PHPMyAdmin+GD库的软件_常用工具

Moon_LServer(月亮)是一款Linux下一键搭建Apache+PHP+MySQL+Zend+PHPMyAdmin+GD库的软件,安装方法非常简单,适合经常搭建服务器和菜鸟以及懒人使用. Moon_LServer里的软件均为原开发商开发的源代码,经过现场编译.模拟手工进行安装. Moon_LServer V1.2所包含的程序及版本: Apache 2.2.3 PHP 5.1.6 MySQL 5.0.27 Zend PHPMyAdmin Jpeg/PNG等图像函数库 更新历程: V1.0R

ubuntu下配置nginx+php+mysql详解_php实例

1.更新 www.jb51.net 复制代码 代码如下: sudo apt-get update 2.安装nginx 复制代码 代码如下: sudo apt-get intsall nginx Ubuntu安装之后的文件结构大致为: * 所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下  www.jb51.net  *程序文件在/usr/sbin/nginx * 日志放在了/var/log/nginx中 *并已经在/et

使用nginx来负载均衡 本文在window与linux下配置nginx实现负载_Linux

实现网站负载有两种办法,一种是购买硬件来实现,比如是硬件F5再到Citrix Netscalar,这些设备都几十万,不是一般人玩的,另一种是使用软件来实现,比如nginx,squid这类有反向代理功能的软件,本文就nginx安装实现负载. 首先是windows系统,这里建议使用window 2003企业版,而不要作用win7(太新了,我遇到无法启动nginx的问题).要说的是,在windows下配置安装nginx还是很容易的,少了 linux下下载tar再配置编译参数等等步骤,我们只要从下面的地

Linux下查看端口占用进程号,程序名的方法_Linux

linux下查看端口占用情况: 1. 查看哪个进程占用了819端口: case9-sghfofo:/usr/local/cnbj/tomcat-bj/bin # lsof -i:859 运行后的结果: COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME java 24907 root 31u IPv4 248905027 TCP *:859 (LISTEN) 由以上我们知道了859端口被进程号为24907的进程占用了, 是个java进程. 2. 查看进程