• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

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

php 搞代码 4年前 (2022-01-23) 14次浏览 已收录 0个评论

查看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-p/本文来源gaodai#ma#com搞*!代#%^码网%搞代gaodaima码ools’ ‘


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:查看nginx.apache.mysql.php squid 编译参数

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址