Nginx 编译安装(Version 1.6.2)
./configure --prefix=/home/hbc/nginx \
--without-select_module \
--with-http_ssl_module \
--without-poll_module \
--with-http_realip_module \
--with-http_gzip_static_module \
--without-http_userid_module \
--without-http_memcached_module \
--without-mail_pop3_module \
--without-mail_imap_module \
--without-mail_smtp_module \
--with-http_stub_status_module \
--with-http_realip_module
PHP编译安装(Version 5.6.16)
./configure --prefix=/home/hbc/php \
--with-config-file-path=/home/hbc/php/etc \
--with-openssl \
--enable-fpm \
--with-curl \
--enable-sockets \
--enable-mbstring \
--with-zlib \
--with-gd \
--with-mysql \
--with-png-dir \
--with-jpeg-dir \
--with-freetype-dir \
--enable-bcmath \
--enable-ctype \
--with-gettext \
--with-mysqli \
阅读(1926) | 评论(0) | 转发(0) |