查看nginx.apache.mysql.php squid 编译参数

WBOY
Freigeben: 2016-06-23 13:40:24
Original
1082 Leute haben es durchsucht

查看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'    '



Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage