码迷,mamicode.com
首页 >  
搜索关键字:proxy_cache fastcgi_cache gzip 防盗链 rewrite    ( 4730个结果
在Linux上自行编译安装apache
1.获取软件:http://httpd.apache.org/tarxfhttpd-2.2.9.tar.gz2.安装步骤:解压源文件:tarxfhttpd-2.2.9.tar.gz cdhttpd-2.2.9 ./configure--prefix=/usr/local/apache--enable-so--enable-rewrite make makeinstall,到此安装完成, 然后进入/usr/local/apache/bin执行 ./ap..
分类:Web程序   时间:2014-10-27 07:04:54    阅读次数:294
rsync+inotify部署
测试环境:RedHat5.9rsync-3.1.1.tar.gzIP地址:本地端:192.168.2.23远程端:192.168.2.24同步目录:/web/data/p_w_picpaths本地端:1.安装rsync-3.1.1.tar.gztarzxvfrsync-3.1.1.tar.gzcdrsync-3.1.1./configuremake&&makeinstall2.编辑rsyncd.confvi/etc/rsyncd.con..
分类:其他好文   时间:2014-10-27 07:00:25    阅读次数:144
Accelerated C++:通过示例进行编程实践——练习解答(第10章)
10-0. Compile, execute, and test the programs in this chapter. 10-1. Rewrite the student-grading program from §9.6/166 to generate letter grades. 10-2. Rewrite the median function from §8.1.1/140 so...
分类:编程语言   时间:2014-10-26 22:59:49    阅读次数:390
ASP.NET MVC 入门10、Action Filter 与 内置的Filter实现(实例-防盗链)
原帖地址:http://www.cnblogs.com/QLeelulu/archive/2008/10/13/1310419.html...
分类:Web程序   时间:2014-10-26 11:47:58    阅读次数:208
linux下怎么安装nginx
Nginx作为一个后起之秀,他的迷人之处已经让很多人都投入了他的怀抱。配置简单,实现原理简单。做一个负载平衡的再好不过了。简单介绍一下他的安装及配置过程:在linux下,怎么安装nginx呢,可以按照以下步骤进行安装:一、依赖的程序1.gzipmodulerequireszliblibrary2.rewrite..
分类:系统相关   时间:2014-10-25 18:55:20    阅读次数:163
ubuntu 步步为营之uclinux编译和移植(完整版)
本节主要包含(ubuntu10.04)一,linux下的经常使用压缩解压缩命令二,环境建立三,内核编译四,移植一,linux下的经常使用压缩解压缩命令在linux下常见的压缩文件格式有tar gzip zip bzip2 compress等首先对于tar格式的,压缩和解压缩方式例如以下.ta...
分类:系统相关   时间:2014-10-25 10:30:57    阅读次数:254
Action Filter 与 内置的Filter实现(实例-防盗链)转
/**//// /// 防盗链Filter./// public class AntiOutSiteLinkAttribute : ActionFilterAttribute, IActionFilter{ public AntiOutSiteLinkAttribute(FileType fi...
分类:其他好文   时间:2014-10-24 18:42:57    阅读次数:115
HttpServleRequest
HttpServletResponce,HttpServletRequest,response请求的重定向过程,request请求的转发过程,实现防盗链
分类:Web程序   时间:2014-10-23 08:08:29    阅读次数:272
fastdfs 开启 token 防盗链
fastdfs 开启 token 防盗链
分类:其他好文   时间:2014-10-22 21:39:50    阅读次数:354
高性能Web服务器Nginx的配置与部署研究(13)应用模块之Memcached模块+Proxy_Cache双层缓存模式
通过《高性能Web服务器Nginx的配置与部署研究——(11)应用模块之Memcached模块的两大应用场景》一文,我们知道Nginx从Memcached读取数据的方式,如果命中,那么效率是相当高的。那么:1. 如果不命中呢?我们可以到相应的数据服务器上读取数据,然后将它缓存到Nginx服务器上,然...
分类:Web程序   时间:2014-10-22 19:51:03    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!