一、安装Nginx:1、解决依赖关系# yum groupinstall
"Development Tools" "Server Platform Deveopment"# yum install openssl-devel
pcre-devel2、安装首先添加用户nginx,实现以之运行nginx...
分类:
其他好文 时间:
2014-05-12 15:26:34
阅读次数:
365
Buffer
Cache是SGA的重要组成部分,主要用于缓存数据块,其大小也直接影响系统的性能。当Buffer Cache过小的时候,将会造成更多的free buffer
waits事件。下面将具体描述Buffer Cache的作用、调整与优化。一、SGA的所有组件 从动态视图v$sga_dyna....
分类:
其他好文 时间:
2014-05-12 13:52:05
阅读次数:
406
错误信息如下:org.apache.ibatis.exceptions.PersistenceException:###Errorqueryingdatabase.Cause:org.apache.ibatis.cache.CacheException:Errordeserializingobject.Cause:java.lang.ClassNotFoundException:com.kytsoft.model.Adminlink###Cause:org.apache.ibatis.cache..
分类:
其他好文 时间:
2014-05-11 19:26:15
阅读次数:
455
说道反向代理,可能首先想到的就是nginx。不过在我们的需求中,对于转发过程有更多需求:需要操作session,根据session的取值决定转发行为需要修改Http报文,增加Header或是QueryString第一点决定了我们的实现必定是基于Servlet的。jetty提供的ProxyServle...
分类:
其他好文 时间:
2014-05-10 18:58:46
阅读次数:
1057
一、Varnish简介Varnish是一款高性能、开源的反向代理服务器和缓存服务器,其开发者Poul-HenningKamp是FreeBSD核心的开发人员之一。Varnish主要运行两个进程:Management进程和Child进程(也叫Cache进程)。Management进程主要实现应用新的配置、编译VCL、监控varnish、初始化var..
分类:
Web程序 时间:
2014-05-10 04:14:44
阅读次数:
605
nginx-404与fastcgi_intercept_errors指令fastcgi_intercept_errors语法:fastcgi_intercept_errors
on|off默认值:fastcgi_intercept_errors off使用字段:http, server, locat...
分类:
其他好文 时间:
2014-05-10 03:20:15
阅读次数:
270
今天抽空在阿里云上部署安装了PHP的环境主要有nginx, php5 php-fpm mysql
phpmyadmin本文来源于:http://www.lonelycoder.be/nginx-php-fpm-mysql-phpmyadmin-on-ubuntu-12-04/Since
3 year...
分类:
数据库 时间:
2014-05-10 03:17:22
阅读次数:
772
Oracle will generate something called cursor
after it parse an statement. This thing--cursor will be stored in Library cache,
if next time you need to...
分类:
数据库 时间:
2014-05-10 01:02:22
阅读次数:
579
一、自述Nginx模块功能也是相当的丰富,但对于ApacheWeb来说,两者之间还是有区别的,大家都知道Nginx模块是直接被编译进了nginx.conf配置文件,而Apache则是被编译成为.SO文件,有些是需要在httpd.conf配置文件中指定是否加载,这样才能激活模块功能。Nginx模块有三个角色,Ha..
分类:
其他好文 时间:
2014-05-09 21:31:42
阅读次数:
413