码迷,mamicode.com
首页 >  
搜索关键字:apr)    ( 1875个结果
CentOS6.4安装mysql2redis
1、安装apr下载:http://apache.dataguru.cn//apr/apr-1.5.1.tar.gztar zxvf apr-1.5.1.tar.gzcd apr-1.5.1vi configure 找到$RM “$cfgfile”这行删掉./configure –prefix=/us...
分类:数据库   时间:2014-10-10 13:21:34    阅读次数:292
CentOS 编译安装Apache2.4.10
1、准备编译环境 yum -y install gcc make cmake autoconf libtool libevent 安装apache必须的依赖包 yum -y install apr-util apr pcrepcre-devel2、下载软件包 wget http://mirr...
分类:其他好文   时间:2014-09-30 20:30:40    阅读次数:179
Centos6.5安装配置Mantisbt
一、安装配置Apache1.1.安装依赖包(APR,APR-UTIL,pcre)tar-zxfapr-1.4.5.tar.gz[root@apr-1.4.5]#./configure--prefix=/usr/local/apr[root@apr-1.4.5]#make[root@apr-1.4.5]#makeinstall[root@]#tar-zxfapr-util-1.3.12.tar.gz[root@apr-util-1.3.12]#./configure--prefix=/..
分类:其他好文   时间:2014-09-30 13:56:11    阅读次数:140
安装nagios详解及注意事项
本文主要是针对源码的安装,请各位注意。第一步:安装前的准备工作,先安装所需要的依赖包(yum-yinstallgccglibcglibc-commongdgd-devel)第二步:安装Apache源码,(./configure--prefix=/usr/local/apache2;make;makeinstall),如果提示缺少Apr,那就安装Apr,然后在安装Apa..
分类:移动开发   时间:2014-09-29 17:46:01    阅读次数:254
tomcat APR的配置
Tomcat 可以使用 APR 来提供超强的可伸缩性和性能,更好地集成本地服务器技术。 APR(Apache Portable Runtime) 是一个高可移植库,它是 Apache HTTP Server 2.x 的核心。 APR 有很多用途,包括访问高级 IO 功能 ( 例如 sendfile,...
分类:其他好文   时间:2014-09-28 16:15:23    阅读次数:232
apache apr介绍
APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。在早期 的Apache版本中,应用程序本身必须能够处理各种具体操作系统平台的细节,并针对不同的平台调.....
分类:其他好文   时间:2014-09-28 13:17:22    阅读次数:254
apache日志分析(python)
#!/usr/bin/envpython importsys importdatetime importsocket fromfile_backwardsimport* MONTH={ ‘Jan‘:1, ‘Feb‘:2, ‘Mar‘:3, ‘Apr‘:4, ‘May‘:5, ‘Jue‘:6, ‘Jul‘:7, ‘Aug‘:8, ‘Sep‘:9, ‘Oct‘:10, ‘Nov‘:11, ‘Dec‘:12, } defparse_apache_date(datestr): day,..
分类:编程语言   时间:2014-09-27 17:47:10    阅读次数:212
Error message “Assembly must be registered in isolation” when registering Plugins in Microsoft Dynamics CRM 2011 2013 解决办法
Error message “Assembly must be registered in isolation” when registering Plugins in Microsoft Dynamics CRM 2011解决办法:John 25 Apr 2012 9:03 AM Yes th.....
分类:其他好文   时间:2014-09-25 14:24:49    阅读次数:249
安装apache2.4.10
一:依赖安装:apache依赖于apr,apr-util,pcre,所以需要先安装他,并且需要最新的apr官网:http://apr.apache.org/download.cgipcre官网:http://www.pcre.org/今日编译apache时出错:#./configure --pref...
分类:其他好文   时间:2014-09-24 19:13:27    阅读次数:262
编译安装Apache2.4.10
1、先安装apr、apr-util、pcre、openssl 安装aprtar zxvf apr-***.tar.gzcd apr-***/./configure --prefix=/usr/local/aprmake && make install 安装apr-utiltar zxvf apr.....
分类:其他好文   时间:2014-09-24 00:43:45    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!