Lammp的搭建拓扑图Apache+php的搭建:httpd-2.4.4.tar.bz2apr-1.4.6.tar.gzapr-1.4.6.tar.gz需要这3个软件包[root@wang~]#tar-zxvfapr-1.4.6.tar.gz-C/usr/local/src/解压apr软件包[root@wang~]#tar-zxvfapr-util-1.5.1.tar.gz-C/usr/local/src/解压aprutil软件包[root@wang~]#..
分类:
其他好文 时间:
2014-10-28 18:06:49
阅读次数:
381
系统环境:Linux ubuntu 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux系统中已经安装好mysql是本文的前提。第一步, 修改配置文件,/etc/mys...
分类:
数据库 时间:
2014-10-28 17:24:58
阅读次数:
242
1.软件准备http://apache.fayea.com/apache-mirror//apr/apr-1.5.1.tar.gzhttp://apache.fayea.com/apache-mirror//apr/apr-util-1.5.4.tar.gzftp://ftp.csx.cam.ac....
分类:
Web程序 时间:
2014-10-28 13:49:03
阅读次数:
197
The following is from an EMail message that I sent to to an individual on 12-Apr-2001. You may find this EMail message useful. The Writer asked: ``I just recently visited your website ... Just want...
分类:
其他好文 时间:
2014-10-27 23:11:05
阅读次数:
489
一、 安装依赖包
在Linux内核系统中,Subversion编译安装最新版本时,需要安装以下依赖包:
apr-1.5.1、apr-util-1.5.4、zlib-1.2.8、openssl、expat-2.1.0、serf-1.2.1 、sqlite-amalgamation-3080700
1、 安装apr模块(1.5.1)
官网URL:http://apr.apache.org/
...
分类:
其他好文 时间:
2014-10-23 14:26:47
阅读次数:
262
-----------------------开启php-fpm慢脚本日志request_slowlog_timeout = 30sslowlog = /usr/local/php/var/log/php-fpm.log.slow典型的日志内容如下:[15-Apr-2012 20:56:19] [p...
分类:
Web程序 时间:
2014-10-19 11:31:43
阅读次数:
174
一、编译安装Httpd2.4.101、解决依赖关系httpd-2.4.10需要较新版本的apr和apr-util,因此需要事先对其进行升级。升级方式有两种,一种是通过源代码编译安装,一种是直接升级rpm包。这里选择使用编译源代码的方式进行,在Apache官方网站下载apr与apr-util码源包。1)编译安装apr..
分类:
数据库 时间:
2014-10-17 19:00:18
阅读次数:
201
安装过程中所需要的软件:apr-1.5.1.tar.gzapr-util-1.5.4.tar.bz2httpd-2.4.10.tar.bz2mysql-5.5.33-linux2.6-x86_64.tar.gzphp-5.3.29.tar.bz2一.编译安装apache1.编译安装apr#tarzxvfapr-1.5.1.tar.gz
#cdapr-1.5.1
#./configure--prefix=/usr/local/apr
#make&&mak..
分类:
其他好文 时间:
2014-10-14 15:17:59
阅读次数:
256
一、编译安装apache1、解决依赖关系httpd-2.4.4需要较新版本的apr和apr-util,因此需要事先对其进行升级。升级方式有两种,一种是通过源代码编译安装,一种是直接升级rpm包。这里选择使用编译源代码的方式进行(1)编译安装aprtarxfapr-1.4.6.tar.bz2cdapr-1.4.6./configure--pre..
分类:
Web程序 时间:
2014-10-14 05:16:38
阅读次数:
319
一、安装freetds 1、安装编译工具及驱动程序 yum install make apr* autoconf automake gcc gcc-c++ wget 2、安装unixODBC驱动程序 yum -y install unixODBC unixODBC-devel ...
分类:
数据库 时间:
2014-10-13 16:24:59
阅读次数:
359