Chinaunix首页 | 论坛 | 博客
  • 博客访问: 312436
  • 博文数量: 32
  • 博客积分: 215
  • 博客等级: 入伍新兵
  • 技术积分: 936
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-25 11:21
个人简介

一个靠社会发展推动我不懈努力的人!

文章分类

全部博文(32)

文章存档

2017年(3)

2016年(4)

2015年(8)

2013年(10)

2012年(7)

分类: 系统运维

2015-12-09 23:30:30

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 \
阅读(1870) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~