北京SEO

linux下查看nginx、apache、mysql、php的编译参数

2019/10/10/17:46:26  阅读:1736  来源:谷歌SEO算法  标签: 百度K站

下文我们一起来看一个linux下查看nginx、apache、mysql、php的编译参数例子,希望此例子对各位有帮助.

查看nginx、apache、mysql、php参数我们可以用到.

  1. /App/nginx/sbin/nginx-V查看nginx参数
  2. #catconfig.nice查看apache参数
  3. #cat“/usr/local/mysql/bin/mysqlbug”|grepconfigure查看mysql参数
  4. /usr/local/php/bin/php-i|grepconfigure查看php参数

1、查看nginx参数

  1. [root@361way~]#/App/nginx/sbin/nginx-V
  2. nginx:nginxversion:nginx/1.2.6
  3. nginx:TLSSNIsupportdisabled--phpfensi.com
  4. nginx:configurearguments:--prefix=/App/nginx--with-http_stub_status_module--with-http_ssl_module--with-http_gzip_static_module

2、查看apache参数

  1. [root@361waybuild]#catconfig.nice
  2. #!/bin/sh
  3. #
  4. #Createdbyconfigure
  5. "./configure"
  6. "--prefix=/usr/local/httpd"
  7. "--with-apr=/usr/local/apr"
  8. "--with-apr-util=/usr/local/apr-util"
  9. "--with-pcre"
  10. "--with-mpm=event"
  11. "--enable-rewrite"
  12. "--enable-proxy"
  13. "--with-z"
  14. "--enable-so"
  15. "$@"

3、查看mysql参数

  1. [root@361waybuild]#cat“/usr/local/mysql/bin/mysqlbug”|grepconfigure
  2. #Thisissetbyconfigure
  3. CONFIGURE_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参数

  1. /usr/local/php/bin/php-i|grepconfigure
  2. ConfigureCommand=>‘./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’

广告内容

linux下查看nginx、apache、mysql、php的编译参数 linux下查看nginx、apache、mysql、php的编译参数 linux下查看nginx、apache、mysql、php的编译参数

相关阅读

热门评论

SEO研究中心 SEO研究中心

SEO研究中心提供免费SEO公开课

总篇数170

精选文章

RMAN中catalog和nocatalog区别介绍 小技巧:为Linux下的文件分配多个权限 zimbra8.5.1安装第三方签名ssl证书的步骤 解决mysql不能远程连接数据库方法 windows服务器mysql增量备份批处理数据库 mysql中slow query log慢日志查询分析 JavaScript跨域问题总结 Linux下负载均衡软件LVS配置(VS/DR)教程 mysql中权限参数说明 MYSQL(错误1053)无法正常启动

SEO最新算法