码迷,mamicode.com
首页 >  
搜索关键字:pcre    ( 1502个结果
下载Apache 2.4及依赖包
Apache官网下载:http://httpd.apache.org/download.cgi由于Apache依赖于APR、APR-Util和PCRE,所以需要下载:APR + APR-Util:http://apr.apache.org/download.cgiPCRE:http://source...
分类:Web程序   时间:2014-12-10 14:01:04    阅读次数:345
Nginx动静分离经典
Nginx:安装nginx之前需要安装pcre包和zlib以支持重写,正则以及网页压缩等等】把所需的包下载到/usr/src下【根据自己的习惯,路径可以改变】1、首先安装pcre:cd/usr/src&&tarxzfpcre-8.01.tar.gz&&cdpcre-8.01&&./configure...
分类:其他好文   时间:2014-12-10 10:31:12    阅读次数:280
CentOS 6搭建nginx提供web服务
本人小菜,文中有哪些不对的地方希望大神指教 需要依赖的库: 1. gzip 模块需要 zlib 库 ( 下载: http://www.zlib.net/ ) 2. rewrite 模块需要 pcre 库 ( 下载: http://www.pcre.org/ ) 3. ssl 功能需要 openssl...
分类:Web程序   时间:2014-12-09 17:16:44    阅读次数:147
nginx php 安装
.选定源码目录选定目录 /data/klj/ cd /data/klj/ 2.安装PCRE库cd /data/klj/wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.34.tar.gztar -zxvf pcre-8...
分类:Web程序   时间:2014-12-05 22:32:32    阅读次数:273
安装库文件有时候提示找不到的问题
今天安装linghttpd时编译pcre库,编译提示:configure: error: pcre-config not found这种问题是由于没有把对应的路径添加到PATH中去,导致./configure时,找不到pcre-config,导致出现此错误。解决如下-把pcre bin路径加入到PA...
分类:其他好文   时间:2014-11-29 21:32:31    阅读次数:168
VMware Linux 下 Nginx 安装配置 (一)
资源准备1.pcre-8.34.tar.gz:ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/2.zlib-1.2.8.tar.gz: http://zlib.net/搜索 .gz 下载,或http://sourceforge.net/pr...
分类:系统相关   时间:2014-11-25 23:27:06    阅读次数:251
Nginx+PHP安装配置及优化
tengineversion:2.0.3依赖包:pcreversion:8.35安装依赖包[编辑]yuminstallgccmake-y wgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.21.tar.gz tar-zxvfpcre-8.35.tar.gz-C/usr/local/ yuminstall-ygdgd-devel yuminstallopensslopenssl-devel-y安装ten..
分类:Web程序   时间:2014-11-20 15:46:37    阅读次数:282
基于Nginx的Rtmp流媒体服务器环境搭建
一、编译安装wget http://nginx.org/download/nginx-1.4.2.tar.gzwget https://github.com/arut/nginx-rtmp-module/archive/master.zip安装Nginx需要安装 pcre、openssl库CentO...
分类:其他好文   时间:2014-11-19 17:54:30    阅读次数:276
nginx 支持mongodb的编译安装和配置
nginx支持mongodb需要添加模块进行编译安装,步骤如下:安装pcre-develsudoapt-getinstalllibpcre3libpcre3-devsudoapt-getinstallopenssllibssl-dev安装nginx-gridfsgitclonegit://github.com/mdirolf/nginx-gridfs.gitcdnginx-gridfs/gitsubmoduleinitgitsubmoduleupdatecd/d..
分类:数据库   时间:2014-11-19 16:14:09    阅读次数:338
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library 需要安装pcre包。 sudo apt-get update sudo apt-get install libpcre3 libpcre3-dev 你可能还需要安装 sudo apt-get install openssl libssl...
分类:Web程序   时间:2014-11-19 12:43:59    阅读次数:180
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!