为了账号安全,请及时绑定邮箱和手机立即绑定

获取apache|nginx|php|mysql 的编译参数

标签:
PHP

轻松获取nginx apache mysql php的编译参数

由于工作的需要,有时候需要在一台不是你参与编译的环境调试环境,这就需要知道nginx,apache,mysql,php的编译参数,以下小方法能快速让你了解默认的服务器里的编译参数。


查看获取nginx的编译参数

li384-194:~# /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/mysql4/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的编译参数

-extra-charsets=all’ ‘–enable-thread-safe-client’ ‘–with-pthread’ ‘–with-unix-socket-path=/tmp/mysql.sock’”
[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’


点击查看更多内容
TA 点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
  • 推荐
  • 评论
  • 收藏
  • 共同学习,写下你的评论
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消