Semak parameter kompilasi perisian pelayan dengan cepat:
1 parameter kompilasi nginx:
your_nginx_dir/sbin/nginx -v
2 cat your_apache_dir /build/config.nice
3. Parameter kompilasi PHP:
your_php_dir/bin/php -i |grep configure
4. konfigurasikan
Lihat parameter kompilasi nginx:
Salin kod Kod adalah sebagai berikut:
[root@www ~]# /usr/local/nginx/sbin/nginx -v
nginx: versi nginx: nginx/1.0.8nginx: dibina oleh gcc 4.3. 2 (debian 4.3.2 -1.1)
nginx: konfigurasikan argumen: –user=www-data –group=www-data –prefix=/usr/local/nginx –with-http_stub_status_module –with-http_gzip_static_module
Lihat untuk mendapatkan parameter Kompilasi apache:
Salin kod Kod adalah seperti berikut:
[root@www ~]# cat /usr/local/apache2/build/config .nice
#! /bin /sh#
# dicipta oleh configure
"./configure"
"–prefix=/usr/local/apache2″
"–enable -so"
"–enable -modules=all"
"–enable-mods-shared=all"
"–enable-layout=apache"
"–enable-ssl=static"
"–dengan-ssl=/ usr/local/openssl"
"–dayakan-tulis semula"
"–dayakan-suexec"
"–dengan-suexec-logfile=/www/logs/suexec .log"
"–dengan -suexec-uidmin=500″
”–dengan-suexec-gidmin=100″
”–dengan-suexec-caller=nobody”
”–dengan-suexec -docroot=/www”
Lihat parameter kompilasi untuk mysql:
Salin kod Kod adalah seperti berikut:
[root@www ~]# grep configure /usr/local/mysql/bin /mysqlbug
# ini ditetapkan oleh configureconfigure_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'"
Lihat parameter kompilasi PHP:
Salin kod. Kodnya adalah seperti berikut:
[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' '–dayakan-ftp' '–dayakan-pengoptimuman-sebaris' '–dengan -gd=/usr/local' '–dengan-zlib' '–dayakan-gd-native-ttf' '–dengan-t1lib=/usr/ tempatan' '–dengan-zlib-dir=/usr' '–dengan- ttf' '–dengan-freetype-dir=/usr' '–dengan-gd' '–dengan-png-dir=/usr' '–dengan -jpeg-dir=/usr' '–with-mysql=/usr/ local/mysql4′ '–enable-force-cgi-redirect' '–with-apxs2=/usr/local/apache2/bin/apxs' '– dengan-pdo-mysql=/usr/local/mysql4′ '–enable- sockets' '–with-openssl=/usr/local/openssl'Atas ialah kandungan terperinci Bagaimana untuk menyemak parameter kompilasi nginx, apache, mysql, php di bawah Linux. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!