OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 2053|回复: 0

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

[复制链接]

159

主题

160

帖子

0

精华

高级会员

Rank: 4

积分
537
金钱
537
注册时间
2019-4-28
在线时间
12 小时
发表于 2019-5-10 15:05:09 | 显示全部楼层 |阅读模式

由于工作的需要,有时候需要在一台不是你参与编译的环境调试环境,这就需要知道nginx,apache,mysql,php的编译参数,以下小方法能快速让你了解默认的服务器里的编译参数
快速查看服务器软件的编译参数:
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的编译参数:公司起名
复制代码 代码如下:
[root@www ~]# /usr/local/nginx/sbin/nginx -V
nginx: nginx version: nginx/1.0.8
nginx: built by gcc 4.3.2 (Debian 4.3.2-1.1)
nginx: configure arguments: –user=www-data –group=www-data –prefix=/usr/local/nginx –with-http_stub_status_module –with-http_gzip_static_module

查看获取apache的编译参数:
复制代码 代码如下:
[root@www ~]# cat /usr/local/apache2/build/config.nice
#! /bin/sh

Created by configure

“./configure”
"–prefix=/usr/local/apache2″
“–enable-so”
“–enable-modules=all”
“–enable-mods-shared=all”
“–enable-layout=Apache”
“–enable-ssl=static”
“–with-ssl=/usr/local/openssl”
“–enable-rewrite”
“–enable-suexec”
“–with-suexec-logfile=/www/logs/suexec.log”
"–with-suexec-uidmin=500″
"–with-suexec-gidmin=100″
“–with-suexec-caller=nobody”
“–with-suexec-docroot=/www” \

查看获取mysql的编译参数:
复制代码 代码如下:[root@www ~]# grep configure /usr/local/mysql/bin/mysqlbug

This is set by configure

CONFIGURE_LINE="./configure '–prefix=/usr/local/mysql4′ ‘–sysconfdir=/etc’ ‘–enable-assembler’ ‘–without-debug’ ‘–with-client-ldflags=-all-static’ ‘–with-mysqld-ldflags=-all-static’ ‘–localstatedir=/www/mysql’ ‘–with-big-tables’ ‘–with-low-memory’ ‘–with-extra-charsets=all’ ‘–enable-thread-safe-client’ ‘–with-pthread’ ‘–with-unix-socket-path=/tmp/mysql.sock’"

参看获取php的编译参数:
复制代码 代码如下:
[root@www ~]# /usr/local/php5/bin/php -i |grep configure
Configure Command => ‘./configure’ '–prefix=/usr/local/php5′ ‘–enable-exif’ ‘–enable-mbstring’ ‘–with-iconv’ ‘–with-curl=/usr’ ‘–with-gdbm’ ‘–with-gettext’ ‘–enable-calendar’ ‘–enable-magic-quotes’ ‘–enable-wddx’ ‘–enable-ftp’ ‘–enable-inline-optimization’ ‘–with-gd=/usr/local’ ‘–with-zlib’ ‘–enable-gd-native-ttf’ ‘–with-t1lib=/usr/local’ ‘–with-zlib-dir=/usr’ ‘–with-ttf’ ‘–with-freetype-dir=/usr’ ‘–with-gd’ ‘–with-png-dir=/usr’ ‘–with-jpeg-dir=/usr’ '–with-mysql=/usr/local/mysql4′ ‘–enable-force-cgi-redirect’ ‘–with-apxs2=/usr/local/apache2/bin/apxs’ '–with-pdo-mysql=/usr/local/mysql4′ ‘–enable-sockets’ ‘–with-openssl=/usr/local/openssl’


http://www.iis7.com/b/yqlj/
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2024-5-24 06:58

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表