您好,登錄后才能下訂單哦!
今天小編給大家分享一下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的編譯參數”這篇文章的所有內容,感謝各位的閱讀!相信大家閱讀完這篇文章都有很大的收獲,小編每天都會為大家更新不同的知識,如果還想學習更多的知識,請關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。