仓酷云
标题:
给大家带来Linux下检察nginx apache mysql php的编译参数
[打印本页]
作者:
萌萌妈妈
时间:
2015-1-16 15:51
标题:
给大家带来Linux下检察nginx apache mysql php的编译参数
如果你学不好的话,你在linux中开发的机会就很少,或者说几乎没有,它的优势就消失了,然后随着时间的流逝,你就会全部忘记她;
疾速检察服务器软件的编译参数:
1、nginx编译参数:
your_nginx_dir/sbin/nginx-v
2、apache编译参数:
catyour_apache_dir/build/config.nice
3、php编译参数:
your_php_dir/bin/php-i|grepconfigure
4、mysql编译参数:
catyour_mysql_dir/bin/mysqlbug|grepconfigure
以下是完全的实操例子:
检察猎取nginx的编译参数:
.
代码以下:
[root@www~]#/usr/local/nginx/sbin/nginx-V
nginx:nginxversion:nginx/1.0.8
nginx:builtbygcc4.3.2(Debian4.3.2-1.1)
nginx:configurearguments:Cuser=www-dataCgroup=www-dataCprefix=/usr/local/nginxCwith-http_stub_status_moduleCwith-http_gzip_static_module
检察猎取apache的编译参数:
.
代码以下:
[root@www~]#cat/usr/local/apache2/build/config.nice
#!/bin/sh
#
#Createdbyconfigure
"./configure"
"Cprefix=/usr/local/apache2″
"Cenable-so"
"Cenable-modules=all"
"Cenable-mods-shared=all"
"Cenable-layout=Apache"
"Cenable-ssl=static"
"Cwith-ssl=/usr/local/openssl"
"Cenable-rewrite"
"Cenable-suexec"
"Cwith-suexec-logfile=/www/logs/suexec.log"
"Cwith-suexec-uidmin=500″
"Cwith-suexec-gidmin=100″
"Cwith-suexec-caller=nobody"
"Cwith-suexec-docroot=/www"
检察猎取mysql的编译参数:
.
代码以下:
[root@www~]#grepconfigure/usr/local/mysql/bin/mysqlbug
#Thisissetbyconfigure
CONFIGURE_LINE="./configureCprefix=/usr/local/mysql4′Csysconfdir=/etcCenable-assemblerCwithout-debugCwith-client-ldflags=-all-staticCwith-mysqld-ldflags=-all-staticClocalstatedir=/www/mysqlCwith-big-tablesCwith-low-memoryCwith-extra-charsets=allCenable-thread-safe-clientCwith-pthreadCwith-unix-socket-path=/tmp/mysql.sock"
参看猎取php的编译参数:
.
代码以下:
[root@www~]#/usr/local/php5/bin/php-i|grepconfigure
ConfigureCommand=>./configureCprefix=/usr/local/php5′Cenable-exifCenable-mbstringCwith-iconvCwith-curl=/usrCwith-gdbmCwith-gettextCenable-calendarCenable-magic-quotesCenable-wddxCenable-ftpCenable-inline-optimizationCwith-gd=/usr/localCwith-zlibCenable-gd-native-ttfCwith-t1lib=/usr/localCwith-zlib-dir=/usrCwith-ttfCwith-freetype-dir=/usrCwith-gdCwith-png-dir=/usrCwith-jpeg-dir=/usrCwith-mysql=/usr/local/mysql4′Cenable-force-cgi-redirectCwith-apxs2=/usr/local/apache2/bin/apxsCwith-pdo-mysql=/usr/local/mysql4′Cenable-socketsCwith-openssl=/usr/local/openssl
如果你让他去用linux搭建一个web服务器,做一个linux网关,他就什么都不会了.他们把时间都浪费在了版本的转换上了.
作者:
简单生活
时间:
2015-1-18 12:52
Linux的成功就在于用最少的资源最短的时间实现了所有功能,这也是符合人类进化的,相信以后节能问题会日益突出。
作者:
灵魂腐蚀
时间:
2015-1-22 07:29
我感觉linux的学习,学习编程~!~!就去学习C语言编程!!
作者:
萌萌妈妈
时间:
2015-1-30 23:45
虽然大家都比较喜欢漂亮的mm,但是在学 linux 的过程中,还是要多和“男人”接触一下:P 遇到问题的时候,出来看说和上网查之外,就是要多用 linux 下的 man 命令找找帮助。
作者:
乐观
时间:
2015-2-6 17:21
在系统检测不到与Linux兼容的显卡,那么此次安装就可能不支持图形化界面安装,而只能用文本模式安装等等。
作者:
海妖
时间:
2015-2-17 17:15
通过一条缓慢的调制解调器线路,它也能操纵几千公里以外的远程系统。
作者:
若相依
时间:
2015-3-5 21:17
这也正是有别的OS得以存在的原因,每个系统都有其自身的优点。?
作者:
深爱那片海
时间:
2015-3-12 15:36
最好先搜寻一下论坛是否有您需要的文章。这样可以获得事半功倍的效果。
作者:
小魔女
时间:
2015-3-19 23:34
其次,Linux简单易学,因为我们初学者只是学的基础部分,Linux的结构体系非常清晰,再加上老师循序渐进的教学以及耐心的讲解,使我们理解起来很快,短期内就基本掌握了操作和运行模式。
欢迎光临 仓酷云 (http://ckuyun.com/)
Powered by Discuz! X3.2