广告
返回顶部
首页 > 资讯 > 数据库 >Linux下怎么查看nginx,apache,mysql,php的编译参数
  • 355
分享到

Linux下怎么查看nginx,apache,mysql,php的编译参数

2024-04-02 19:04:59 355人浏览 独家记忆
摘要

这篇文章主要介绍“linux下怎么查看Nginx,apache,Mysql,PHP的编译参数”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“Linux下怎么查看ngi

这篇文章主要介绍“linux下怎么查看Nginx,apache,Mysql,PHP的编译参数”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“Linux下怎么查看nginx,apache,mysql,php的编译参数”文章能帮助大家解决问题。

快速查看服务器软件的编译参数:
1、nginx编译参数:
your_nginx_dir/sbin/nginx -v
2、apache编译参数:
cat your_apache_dir/build/config.nice
3、php编译参数:
your_php_dir/bin/php -i |grep configure
4、mysql编译参数:
cat your_mysql_dir/bin/mysqlbug |grep configure

以下是完整的实操例子:

查看获取nginx的编译参数:

复制代码 代码如下:

[root@www ~]# /usr/local/nginx/sbin/nginx -v
nginx: nginx version: nginx/1.0.8
nginx: built by GCc 4.3.2 (debian 4.3.2-1.1)
nginx: configure arguments: –user=www-data –group=www-data –prefix=/usr/local/nginx –with-Http_stub_status_module –with-http_gzip_static_module

查看获取apache的编译参数:

复制代码 代码如下:

[root@www ~]# cat /usr/local/apache2/build/config.nice
#! /bin/sh
#
# created by configure
"./configure" \
"–prefix=/usr/local/apache2″ \
"–enable-so" \
"–enable-modules=all" \
"–enable-mods-shared=all" \
"–enable-layout=apache" \
"–enable-ssl=static" \
"–with-ssl=/usr/local/openssl" \
"–enable-rewrite" \
"–enable-suexec" \
"–with-suexec-logfile=/www/logs/suexec.log" \
"–with-suexec-uidmin=500″ \
"–with-suexec-gidmin=100″ \
"–with-suexec-caller=nobody" \
"–with-suexec-docroot=/www" \

查看获取mysql的编译参数:

复制代码 代码如下:

[root@www ~]# grep configure /usr/local/mysql/bin/mysqlbug
# this is set by configure
configure_line="./configure '–prefix=/usr/local/mysql4′ '–sysconfdir=/etc' '–enable-assembler' '–without-debug' '–with-client-ldflags=-all-static' '–with-mysqld-ldflags=-all-static' '–localstatedir=/www/mysql' '–with-big-tables' '–with-low-memory' '–with-extra-charsets=all' '–enable-thread-safe-client' '–with-pthread' '–with-unix-Socket-path=/tmp/mysql.sock'"

参看获取php的编译参数:

复制代码 代码如下:

[root@www ~]# /usr/local/php5/bin/php -i |grep configure
configure command => './configure' '–prefix=/usr/local/php5′ '–enable-exif' '–enable-mbstring' '–with-iconv' '–with-curl=/usr' '–with-gdbm' '–with-gettext' '–enable-calendar' '–enable-magic-quotes' '–enable-wddx' '–enable-ftp' '–enable-inline-optimization' '–with-gd=/usr/local' '–with-zlib' '–enable-gd-native-ttf' '–with-t1lib=/usr/local' '–with-zlib-dir=/usr' '–with-ttf' '–with-freetype-dir=/usr' '–with-gd' '–with-png-dir=/usr' '–with-jpeg-dir=/usr' '–with-mysql=/usr/local/mysql4′ '–enable-force-cgi-redirect' '–with-apxs2=/usr/local/apache2/bin/apxs' '–with-pdo-mysql=/usr/local/mysql4′ '–enable-sockets' '–with-openssl=/usr/local/openssl'

关于“Linux下怎么查看nginx,apache,mysql,php的编译参数”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识,可以关注编程网数据库频道,小编每天都会为大家更新不同的知识点。

您可能感兴趣的文档:

--结束END--

本文标题: Linux下怎么查看nginx,apache,mysql,php的编译参数

本文链接: https://www.lsjlt.com/news/96239.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作