Apache安装及配置
1.1 下载软件
1、Apr :(wget http://mirrors.hust.edu.cn/apache//apr/apr-1.5.1.tar.gz)
2、Apr-util :(wget http://mirrors.hust.edu.cn/apache//apr/apr-util-1.5.4.tar.gz)
3、Pcre :(wget ftp://ftp.c...
分类:
Web程序 时间:
2015-02-10 20:22:25
阅读次数:
169
Tomcat 启动出现信息如下:信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.l...
分类:
编程语言 时间:
2015-02-08 15:16:35
阅读次数:
139
安装包:apr-1.5.1tar.gzapr-util-1.5.1.tar.gzlibxml2-2.g.1.tar.gzhttpd-2.4.10.tar.gzcmake-2.8.8.tar.gzmysql-5.6.16.tar.gzphp-5.5.20.tar.gz(注意: mysql 和 php ...
分类:
其他好文 时间:
2015-02-08 12:51:06
阅读次数:
144
httpd2.4.7+mysql-5.5.23+php-5.4.13编译安装过程:一、编译安装apache1、解决依赖关系yum-yinstallgcc*yum-yinstallpcreyum-yinstallopenssl-develhttpd-2.4.7需要较新版本的apr-1.5.1和apr-util-1.5.4(1)编译安装apr#tar-jxfapr-1.5.1.tar.bz2#cdapr-1.5.1#./configure--pref..
分类:
其他好文 时间:
2015-02-07 19:08:17
阅读次数:
132
一、启动监听与数据库[root@JTWForacle]#suoraclebash-4.1$lsnrctlstart结果如下,则启动成功:
LSNRCTLforLinux:Version11.2.0.1.0-Productionon04-APR-201416:15:25
Copyright(c)1991,2009,Oracle.Allrightsreserved.
Starting/home/oracle/product/11.2/db_1/bin/tnslsnr:..
分类:
数据库 时间:
2015-02-06 17:01:53
阅读次数:
230
正式环境:
系统:Red Hat Enterprise Linux Server release 5.6 (Tikanga)
内核:2.6.18-238.31.1.el5
位数:64
测试环境:
系统:CentOS release 5.8 (Final)
内核:2.6.18-53.el5
位数: 32
相关软件版本及下载地址
1.apr: http://labs.mop.co...
分类:
Web程序 时间:
2015-02-06 16:43:03
阅读次数:
169
1、查看配置选项./configure-h2、配置Apache./configure--prefix=/usr/local/apache2\//指定Apache的安装位置
--sysconfdir/etc/httpd/\//指定Apache配置文件的存放位置
--with-z=/usr/local/zlib///指定zlib库文件的位置
--with-included-apr\//使用捆绑APR/APR_Util的副本
..
分类:
Web程序 时间:
2015-02-03 19:43:42
阅读次数:
176
今日编译apache时出错:
#./configure --prefix……检查编辑环境时出现:
checking for APR... no
configure: error: APR not found . Please read the documentation
解决办法:
1.下载所需软件包:
wget http://archive.apache.org/d...
分类:
Web程序 时间:
2015-02-03 17:10:11
阅读次数:
152
apr 官方介绍:Tomcat可以使用APR来提供超强的可伸缩性和性能,更好地集成本地服务器技术。APR(Apache Portable Runtime)是一个高可移植库,它是Apache HTTP Server 2.x的核心。APR有很多用途,包括访问高级IO功能(例如sendfile,epoll...
分类:
其他好文 时间:
2015-01-31 15:57:58
阅读次数:
212
以下为linux上安装apache时自己遇到的一些问题,记录在这,以后遇到时也会不定时更新...一.安装Apache提示APR not found的解决办法解决方法:1. 网站 http://apr.apache.org/download.cgi 下载 apr-1.5.1.tar.gz 、apr-u...
分类:
Web程序 时间:
2015-01-29 20:50:01
阅读次数:
220