码迷,mamicode.com
首页 >  
搜索关键字:pcre    ( 1502个结果
apache 2.4.18+php7安装流程
apache2.4.18先安装apr,apr-util,和pcre#tarxvfapr-1.5.2.tar.gz#cdapr-1.5.2#./configure--prefix=/usr/local/apr&&make&&makeinstall2、安装apr-util#tarxvfapr-util-1.5.4.tar.bz2#cdapr-util-1.5.4#./configure--prefix=/usr/local/apr-util--with-apr=/u..
分类:Web程序   时间:2016-05-06 19:44:17    阅读次数:336
Ubuntu安装 Nginx
一 Ubuntu(Debian)软件包安装 Ubuntu10.04安装openssl,执行如下操作来安装openssl及其开发函数库: PCRE库安装 二 Ubuntu(Debian)源码编译安装 1. 官方源码下载 http://nginx.org 我下载的是nginx的nginx-1.5.1.t ...
分类:系统相关   时间:2016-05-02 00:26:45    阅读次数:299
搭建https+nginx服务器
搭建https+nginx的服务器,主要是安装ngnix和使用openssl生成自签证书,并在nginx中配置的过程 一、安装环境 1.安装opnssl(ssl支持) https://www.openssl.org/source/openssl-1.0.1s.tar.gz 2.安装pcre(支持re ...
分类:Web程序   时间:2016-04-29 21:53:20    阅读次数:526
安装配置nginx
yum-yinstallgccautomakeautoconflibtoolmakeyum-yinstallgccgcc-c++先安装pcre,zlib,前者为了重写rewrite,后者为了gzip压缩。1.选定源码目录可以是任何目录,这里选定的是/usr/local/srccd/usr/local/src2.安装PCRE库ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre..
分类:其他好文   时间:2016-04-26 22:20:17    阅读次数:162
nginx安装
我使用的环境是64位 Ubuntu 14.04。nginx依赖以下模块: l gzip模块需要 zlib 库 l rewrite模块需要 pcre 库 l ssl 功能需要openssl库 1.1.安装pcre 1.2.安装openssl 1.3.安装zlib 1.4.安装nginx 若安装时找不到 ...
分类:其他好文   时间:2016-04-26 14:17:27    阅读次数:199
CentOS配置Tengine
1、安装Nginx所需的pcre-devel库 yum install -y gcc gcc-c++wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.gztar zxvf pcre-8.33.tar.gz ...
分类:其他好文   时间:2016-04-25 19:25:24    阅读次数:144
正则表达式
详细的正则表达式,包括大部分正则表达式 pcre shell...
分类:其他好文   时间:2016-04-22 20:49:33    阅读次数:234
CentOS6.4 配置Tengine(转)
CentOS6.4 配置Tengine 1、安装Nginx所需的pcre-devel库 yum install -y gcc gcc-c++ wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.gz tar ...
分类:其他好文   时间:2016-04-21 11:43:25    阅读次数:164
Nginx_PHP_PHP-FPM网站环境部署手册
1.下载稳定版源代码安装文件:nginx-1.6.2.tar.gzhttp://nginx.org/download/php-5.5.23.tar.gzhttp://php.net/downloads.phpPCRE(使Nginx支持HTTPRewrite模块):pcre-8.35.tar.gzftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/可利用TCMalloc来优化Nginx的性能,需..
分类:Web程序   时间:2016-04-19 20:16:11    阅读次数:207
MongoDB 正则表达式
正则表达式是使用单个字符串来描述、匹配一系列符合某个句法规则的字符串。 许多程序设计语言都支持利用正则表达式进行字符串操作。 MongoDB 使用 $regex 操作符来设置匹配字符串的正则表达式。 MongoDB使用PCRE (Perl Compatible Regular Expression) ...
分类:数据库   时间:2016-04-19 19:01:56    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!