1.下载apachetar -xvzf httpd.xx 解压2.下载安装pcreDownload PCRE fromPCRE.org解压,进入文件夹中./configure --prefix=/usr/local/pcre有可能会提示configure: error: You need a C++...
分类:
Web程序 时间:
2014-12-21 16:31:13
阅读次数:
197
1. nginx安装Env: Mac OS 10.10 Yosemitepcre:http://pcre.org/$tar -zxfpcre-8.34.tar.gz$cdpcre-8.34$./configure$make$sudo make installzlib:http://zlib.net/...
分类:
其他好文 时间:
2014-12-20 19:42:52
阅读次数:
157
1、下载所需软件包 根据官网所示,安装apache2.4.9必须先安装apr、apr-util、pcre包The following requirements exist for building Apache httpd:APR and APR-UtilMake sure you have APR...
分类:
Web程序 时间:
2014-12-20 07:01:25
阅读次数:
406
centos上tengine的一个简易安装流程环境描述CentOS release 5.5 (Final)Kernel \r on an \m安装基础环境gcc安装yum -y install gccyum -y install gcc-c++安装pcreyum -y install pcre-de...
分类:
其他好文 时间:
2014-12-19 18:47:00
阅读次数:
167
1、解决依赖关系和优化所需的组件编译安装nginx需要事先需要安装开发包组"Development Tools" 。同时,安装pcre-devel包,用yum安装即可安装TCMalloc和google-perftools(TCMalloc只是google-perftools的一个组件,主要是优化内存...
分类:
其他好文 时间:
2014-12-18 01:28:40
阅读次数:
286
软件包版本:Nginx 1.4.7Ngx_cache_purge-2.0Openssl-1.0.1Pcre-8.32二、安装编译:a)下载pcre-8.32.tar.gztar zvxf pcre-8.32.tar.gzcd pcre-8.32 && ./configure && make && m...
分类:
其他好文 时间:
2014-12-15 19:04:42
阅读次数:
274
搭建Nginx图片服务器Part-I 安装Nginx安装PCRE下载 ngx_cache_purge 并解压,用来清除缓存下载Nginx并解压cd nginx-1.7.7编译,--prefix使用默认值,则nginx安装在/usr/local/nginx./configure --user=w...
分类:
其他好文 时间:
2014-12-15 18:56:37
阅读次数:
622
一 安装
目的:不需支持php等。就html就行了。
步骤:
下载这些东西:
Lenovo:~/下载/download4nginx$ ls
md5-1.3.0.tgz openssl-1.0.1c.tar.gz zlib-1.2.7.tar.gz
nginx-1.3.4.tar.gz pcre-8.31.tar.gz
解压缩nginx-1.3.4.tar.gz到~/下载/...
分类:
编程语言 时间:
2014-12-11 17:30:58
阅读次数:
294
1 创建用户、用户组1234useradd -g users wwwpasswd www //设置密码,否则该用户不可用groupadd -g 888 www //创建用户组gpasswd -a www www //将用户www加入用户组www 2 下载nginx、pcre(处理url重写)12wg...
分类:
其他好文 时间:
2014-12-10 16:05:46
阅读次数:
311
环境:centos6.4 min#安装编译库及依赖模块yum -y install gcc gcc-c++ autoconf automake makeyum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel#上传需要...
分类:
数据库 时间:
2014-12-10 15:54:16
阅读次数:
484