码迷,mamicode.com
首页 >  
搜索关键字:nginx cache    ( 33221个结果
NGINX 如何防盗链
一、安装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的调整与优化
Buffer Cache是SGA的重要组成部分,主要用于缓存数据块,其大小也直接影响系统的性能。当Buffer Cache过小的时候,将会造成更多的free buffer waits事件。下面将具体描述Buffer Cache的作用、调整与优化。一、SGA的所有组件 从动态视图v$sga_dyna....
分类:其他好文   时间:2014-05-12 13:52:05    阅读次数:406
(nginx|apache)+tomcat 几种常见的代理实现方式或连接类型(connector type)
分类:其他好文   时间:2014-05-11 19:42:44    阅读次数:399
Mybatis缓存报错org.apache.ibatis.exceptions.PersistenceException
错误信息如下: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
通过ProxyServlet实现可编程的反向代理
说道反向代理,可能首先想到的就是nginx。不过在我们的需求中,对于转发过程有更多需求:需要操作session,根据session的取值决定转发行为需要修改Http报文,增加Header或是QueryString第一点决定了我们的实现必定是基于Servlet的。jetty提供的ProxyServle...
分类:其他好文   时间:2014-05-10 18:58:46    阅读次数:1057
使用varnish实现网站动静分离
一、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指令
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
Nginx + PHP-FPM + MySQL + phpMyAdmin on Ubuntu (aliyun)
今天抽空在阿里云上部署安装了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 cursor
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学习指南之模块的应用
一、自述Nginx模块功能也是相当的丰富,但对于ApacheWeb来说,两者之间还是有区别的,大家都知道Nginx模块是直接被编译进了nginx.conf配置文件,而Apache则是被编译成为.SO文件,有些是需要在httpd.conf配置文件中指定是否加载,这样才能激活模块功能。Nginx模块有三个角色,Ha..
分类:其他好文   时间:2014-05-09 21:31:42    阅读次数:413
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!