|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!在linux平台下的使用,最盛行的莫过于nginx、apache、mysql、php几个。而这几个经常使用的使用,在手工编译完今后,在其他一些情形下(如:新增模块),常常想要检察现在都利用了那些参数举行的编译。这时候候就能够使用以下***检察。
1、nginx
- [root@361way~]#/App/nginx/sbin/nginx-Vnginx:nginxversion:nginx/1.2.6nginx:TLSSNIsupportdisablednginx:configurearguments:--prefix=/App/nginx--with-http_stub_status_module--with-http_ssl_module--with-http_gzip_static_module
复制代码
2、apache
- [root@361waybuild]#catconfig.nice#!/bin/sh##Createdbyconfigure"./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@361waybuild]#cat“/usr/local/mysql/bin/mysqlbug”|grepconfigure#ThisissetbyconfigureCONFIGURE_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|grepconfigureConfigureCommand=>‘./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’
复制代码 如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们! |
|