码迷,mamicode.com
首页 >  
搜索关键字:防盗链    ( 562个结果
网站安全狗V3.5枸杞版正式发布
网站安全狗功能涵盖了网马/木马扫描、防SQL注入、防盗链、网站后台防护、一句话木马防护、防CC攻击、网站流量实时监控、网站CPU监控、、IP黑白名单管理、网页防篡改功能等模块。能够为用户提供实时的网站安全防护...
分类:Web程序   时间:2015-07-01 12:35:57    阅读次数:373
LNMP第二部分nginx、php配置(用户认证、域名重定向、日志、配置缓存、防盗链)
LNMP第二部分nginx、php配置(用户认证、域名重定向、日志、配置缓存、防盗链)一.nginx的配置(nginx.conf)1、nginx的主配置文件位置:/usr/local/nginx/conf/nginx.con2、清空 /usr/local/nginx/conf/nginx.con默认的配置文件内容[root@mysql~]# >/usr/local/nginx/conf/..
分类:Web程序   时间:2015-06-24 19:20:04    阅读次数:306
nginx的配置和优化(隐藏版本号、gzip、expires、防盗链......等)
Nginx配置和优化1.隐藏版本号默认情况下,使用curl命令会把nginx的版本信息等获取到,如:[root@transit_machine~]#curl-I-H"www.beyond.com""http://172.16.254.5/index.php" HTTP/1.1200OK Server:nginx/1.6.3 Date:Wed,24Jun201502:50:59GMT Content-Type:text/html Connect..
分类:其他好文   时间:2015-06-24 19:18:24    阅读次数:147
jsp防盗链代码
// 禁止缓存 response.setHeader("Cache-Control", "no-store"); response.setHeader("Pragrma", "no-cache"); response.setDateHeader("Expires", 0); // 链接来源地址 St...
分类:Web程序   时间:2015-06-16 20:43:54    阅读次数:149
Nginx配置与应用详解
前言Nginx是由俄罗斯软件工程师IgorSysoev开发的一个高性能的HTTP和反向代理服务器,具备IMAP/POP3和SMTP服务器功能。Nginx最大的特点是对高并发的支持和高效的负载均衡,在高并发的需求场景下,是Apache服务器不错的替代品。目前,包括新浪、腾讯等知名网站都已使用Nginx作为W..
分类:其他好文   时间:2015-06-14 00:34:45    阅读次数:178
实现301重定向、图片防盗的功能
RepeatLimit 32#已配置了伪静态的可以删除上面三行代码#防盗链设置:RewriteCond Host: (.+)RewriteCond Referer: (?!http://(?:*.smlwh.com|(.*).smlwh.com|*.baidu.com|(.*).baidu.com|...
分类:其他好文   时间:2015-06-13 22:56:06    阅读次数:114
防盗链模拟
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setConte...
分类:其他好文   时间:2015-06-11 01:52:32    阅读次数:131
apache 防盗链
RewriteEngine on RewriteCond %{REQUEST_FILENAME} .*\.(jpg|jpeg|png) [NC] RewriteCond %{HTTP_REFERER} !localhost [NC] RewriteRule .* b.png...
分类:Web程序   时间:2015-05-21 14:18:16    阅读次数:141
apache 配置用户认证 域名跳转 日志 静态缓存文件 防盗链接
配置文件:/usr/local/apache2/conf/extra/httpd-vhosts.conf<VirtualHost*:80>ServerAdminwebmaster@dummy-host.example.comDocumentRoot"/data/www"ServerNamewww.1.comServerAliaswww.a.comwww.b.com#配置用户认证<Directory/data/www>AllowOverrideAuthConfigA..
分类:Web程序   时间:2015-05-17 02:20:24    阅读次数:210
562条   上一页 1 ... 46 47 48 49 50 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!