符合中小企业对网站设计、功能常规化式的企业展示型网站建设
本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...
商城网站建设因基本功能的需求不同费用上面也有很大的差别...
手机微信网站开发、微信官网、微信商城网站...
今天小编给大家分享一下Linux下如何查看nginx、apache、MySQL和php的编译参数的相关知识点,内容详细,逻辑清晰,相信大部分人都还太了解这方面的知识,所以分享这篇文章给大家参考一下,希望大家阅读完这篇文章后有所收获,下面我们一起来了解一下吧。
网站建设公司,为您提供网站建设,网站制作,网页设计及定制网站建设服务,专注于企业网站制作,高端网页制作,对会所设计等多个行业拥有丰富的网站建设经验的网站建设公司。专业网站设计,网站优化推广哪家好,专业seo优化优化,H5建站,响应式网站。
快速查看服务器软件的编译参数:
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的编译参数”这篇文章的所有内容,感谢各位的阅读!相信大家阅读完这篇文章都有很大的收获,小编每天都会为大家更新不同的知识,如果还想学习更多的知识,请关注创新互联行业资讯频道。