仓酷云

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 617|回复: 8
打印 上一主题 下一主题

[CentOS(社区)] Linux教程之检察Nginx,Apache,lighttpd,Mysql,Php的编译参数

[复制链接]
山那边是海 该用户已被删除
跳转到指定楼层
楼主
发表于 2015-1-14 21:12:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
欢迎大家来到仓酷云论坛!检察一些罕见办事的在编译安装时的参数:
1.Nginx编译安装时的参数
[root@test~]#/usr/local/nginx/sbin/nginx-V
nginxversion:nginx/0.7.65
builtbygcc4.1.220080704(RedHat4.1.2-48)
TLSSNIsupportdisabled
configurearguments:--user=www--group=www--prefix=/usr/local/nginx--with-http_stub_status_module--with-http_ssl_module--with-http_gzip_static_module--with-pcre=/software/pcre-8.01

2.PHP编译安装时的参数
[root@test~]#/usr/local/php/bin/php-i|grepconfig
ConfigureCommand=>./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc--with-mysql=/usr/local/mysql--with-mysqli=/usr/local/mysql/bin/mysql_config--with-iconv-dir=/usr/local/env/libiconv--with-freetype-dir=/usr/local/env/freetype--with-jpeg-dir=/usr/local/env/jpeg--with-png-dir=/usr--with-zlib--with-libxml-dir=/usr/local/env/libxml2--with-gettext=/usr/local/env/gettext--enable-xml--enable-shmop--enable-inline-optimization--enable-exif--with-curl=/usr/local/env/curl--with-curlwrappers--enable-mbregex--enable-fastcgi--enable-fpm--enable-force-cgi-redirect--enable-mbstring--with-mcrypt=/usr/local/env/libmcrypt--with-gd=/usr/local/env/gd--enable-gd-native-ttf--with-openssl=/usr/local/env/openssl--with-mhash=/usr--enable-pcntl--enable-sockets--enable-soap

3.Mysql编译安装时的参数
[root@test~]#cat/usr/local/mysql/bin/mysqlbug|grepconfig
#Thisissetbyconfigure
CONFIGURE_LINE="./configure--prefix=/usr/local/mysql--enable-assembler--with-extra-charsets=complex--enable-thread-safe-client--with-big-tables--with-readline--with-ssl--with-embedded-server--enable-local-infile--withplugins=partition,innobase,myisammrg"

4.apache编译安装时的参数
[root@test~]#cat/opt/httpd/build/config.nice
#!/bin/sh
#
#Createdbyconfigure

"./configure"
"--prefix=/opt/httpd/"
"--enable-module=so"
"--enable-module=rewrite"
"--enable-shared=rewrite"
"--enable-shared=max"
"$@"

5.Lighttpd安装时的编译参数

[root@test~]lighttpd-V
lighttpd-1.4.20(ssl)-alightandfastwebserver
Build-Date:Jan6200923:43:45

EventHandlers:

+select(generic)
+poll(Unix)
+rt-signals(Linux2.4+)
+epoll(Linux2.6)
-/dev/poll(Solaris)
-kqueue(FreeBSD)

Networkhandler:

+sendfile

Features:

+IPv6support
+zlibsupport
+bzip2support
+cryptsupport
+SSLSupport
+PCREsupport
-mySQLsupport
-LDAPsupport
-memcachedsupport
+FAMsupport
-LUAsupport
-xmlsupport
-SQLitesupport
+GDBMsupport

6.检察Squid的编译参数

[root@WEB01~]#/usr/local/squid/sbin/squid-v
--prefix=/usr/local/squid--disable-dependency-tracking--enable-dlmalloc--enable-gnuregex--disable-carp--enable-async-io=240--with-pthreads--enable-storeio=ufs,aufs,diskd,null--disable-wccp--disable-wccpv2--enable-kill-parent-hack--enable-cachemgr-hostname=localhost--enable-default-err-language=Simplify_Chinese--with-build-environment=POSIX_V6_ILP32_OFFBIG--with-maxfd=65535--with-aio--disable-poll--enable-epoll--enable-linux-netfilter--enable-large-cache-files--disable-ident-lookups--enable-default-hostsfile=/etc/hosts--with-dl--with-large-files--enable-removal-policies=heap,lru--enable-delay-pools--enable-snmp--disable-internal-dns


本文出自“俭朴的追梦者”博客,请务必保存此出处http://sfzhang88.blog.51cto.com/4995876/863174


如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!
飘灵儿 该用户已被删除
沙发
发表于 2015-1-17 07:42:24 | 只看该作者
学习Linux,应该怎样学,主要学些什么,一位Linux热心学习者,一段学习Linux的风云经验,历时十二个小时的思考总结,近十位网络Linux学习者权威肯定,为您学习Linux指明方向。
小妖女 该用户已被删除
板凳
发表于 2015-1-26 14:09:46 | 只看该作者
我们自学,就这个循环的过程中,我们学习了基本操作,用vi,shell,模拟内存的分配过程等一些OS管理。
再见西城 该用户已被删除
地板
发表于 2015-2-4 21:17:50 | 只看该作者
我们自学,就这个循环的过程中,我们学习了基本操作,用vi,shell,模拟内存的分配过程等一些OS管理。
冷月葬花魂 该用户已被删除
5#
发表于 2015-2-10 15:23:52 | 只看该作者
工具书对于学习者而言是相当重要的。一本错误观念的工具书却会让新手整个误入歧途。目前国内关于Linux的书籍有很多不过精品的不多。
第二个灵魂 该用户已被删除
6#
发表于 2015-3-1 15:35:20 | 只看该作者
目前全球有超过一百多个Linux发行版本,在国内也能找到十几个常见版本。如何选择请根据你的需求和能力,RedhatLinux和DebianLinux是网络管理员的理想选择。
活着的死人 该用户已被删除
7#
发表于 2015-3-10 22:47:25 | 只看该作者
不同于Windows?系统需要花钱购买,因为Linux的核心是免费的,自由使用的,核心源代码是开放的。
山那边是海 该用户已被删除
8#
 楼主| 发表于 2015-3-17 17:50:50 | 只看该作者
Linux是参照Unix思想设计的,理解掌握Linux必须按照Unix思维来进行。思想性的转变比暂时性的技术提高更有用,因为他能帮助你加快学习速度。
admin 该用户已被删除
9#
发表于 2015-3-24 21:37:50 | 只看该作者
即便是非英语国家的人发布技术文档,Linux也都首先翻译成英语在国际学术杂志和网络上发表。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|仓酷云 鄂ICP备14007578号-2

GMT+8, 2024-12-23 20:04

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表