来一发CentOS下检察nginx、apache、mysql、php的编译参数
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!在linux平台下的使用,最盛行的莫过于nginx、apache、mysql、php几个。而这几个经常使用的使用,在手工编译完今后,在其他一些情形下(如:新增模块),常常想要检察现在都利用了那些参数举行的编译。这时候候就能够使用以下***检察。1、nginx
#/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
#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
#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教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!
来一发CentOS下检察nginx、apache、mysql、php的编译参数
你需要提供精确有效的信息。Linux这并不是要求你简单的把成吨的出错代码或者数据完全转储摘录到你的提问中。 让我树立了很大的信心学好这门课程,也学到了不少专业知识和技能。? 我想即使Linux高手也很难快速准确精练的回答你。 尽我能力帮助他人,在帮助他人的同时你会深刻巩固知识。 甚至目前许多应用软件都是基于它的。可是没有哪一个系统是十分完美的。 熟读Linux系统有关知识,如系统目录树,有关内容可购书阅读或搜索论坛。 对我们学习操作系统有很大的帮助,加深我们对OS的理解。?
页:
[1]