查看nginx.apache.mysql.phpsquid編譯參數

來源:互聯網
上載者:User

查看nginx.apache.mysql.phpsquid編譯參數

查看nginx服務的編譯參數

/application/nginx/sbin/nginx -V

[root@mode ~]# /application/nginx/sbin/nginx -V
nginx version: nginx/1.2.1
built by gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
configure arguments: --user=nginx --group=nginx --prefix=/application/nginx-1.2.1 --with-http_stub_status_module

查看apache服務的編譯參數

cat /application/apache/build/config.nice

[root@mode ~]# cat /application/apache/build/config.nice
#! /bin/sh
#
# Created by configure


"./configure" \
"--prefix=/application/apache2.2.29" \
"$@"

查看mysql資料庫的編譯參數

grep CONFIGURE_LINE /application/mysql/bin/mysqlbug

或者cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE

查看php編譯額參數

/application/php/bin/php -i| grep configure

[root@mode ~]# /application/php/bin/php -i| grep configure
Configure Command => './configure' '--prefix=/application/php5.3.10' '--with-apxs2=/application/apache/bin/apxs' '--with-mysql=/usr/local/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' '--enable-ftp' '--with-libxml-dir'

查看squid快取服務器編譯參數

/usr/local/suqid/sbin/suqid -v

Squid Cache: Version 2.7.STABLE6

configure options:'--enabel-delay-pools' '

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.