VirtualHost Examples - Apache HTTP Server Version 2.2 http://httpd.apache.org/docs/2.2/vhosts/examples.html…
Nginx 在一个IP上配置多个https server时,默认只会发送默认server name的证书.这是由ssl 协议本身行为导致的:先建立ssl connection,后发送http请求.即nginx 建立ssl connection时是不知道请求的主机名字,因此返回默认server name的证书. 解决方案: 1. 一个https server 一个IP. 2. 启用sni, 此需要浏览器,本机openssl,nginx 同时支持. 编译参数:--enable-tlsext $ ng…
Title:Web Server PROPFIND Method internal IP Discosure  --2012-11-09 09:47 Nessus扫描出来一个安全缺陷,Web Server PROPFIND Method internal IP Discosure,CVE-2002-0422 用HTTP的PROPFIND方法,HOST为空,提交,会暴露真实WEB服务器内网的IP地址. http://web.nvd.nist.gov/view/vuln/detail?vulnId=…
This document provides guidance on how to make an informed decision in choosing between Windows Azure Web Sites, Cloud Services, and virtual machines to host a web application. Each of these services allows you to run highly scalable web applications…
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft Azure Web Site [3]—— 通过Visual Studio Online在线编辑Microsoft Azure 网站 [4]—— Microsoft Azure网站的“后门” Microsoft Azure网站的“后门” 从我们之前的博文可以看到,对Microsoft Azure 网站…
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft Azure Web Site [3]—— 通过Visual Studio Online在线编辑Microsoft Azure 网站 [4]—— Microsoft Azure网站的“后门” 打造你的第一个Microsoft Azure Website 想创建一个拥有自己域名的网站但是不想花太多时间在…
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft Azure Web Site [3]—— 通过Visual Studio Online在线编辑Microsoft Azure 网站 [4]—— Microsoft Azure网站的“后门” 通过本地IIS 远程管理Microsoft Azure Web Site 在上一篇博文中,我们介绍了Micro…
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft Azure Web Site [3]—— 通过Visual Studio Online在线编辑Microsoft Azure 网站 [4]—— Microsoft Azure网站的“后门” 通过Visual Studio Online在线编辑Microsoft Azure 网站 一想到网站开发,我们…
一个朋友做了2年前端重构,不知道 YSLOW.我推荐给他的时候,他惊呼这工具很强大. YSLOW 只是 Yahoo 前端发布的一个评测网站前端质量的插件.它的原理是基于 Yahoo 前端工程师提出来的优化方案.关于YSlow的详细解释网上资料大都不详尽,而且说法有多偏差. YSlow 的权威解释可以参照书籍<High Performance Web Sites>O’Reilly出版的. 电子工业出版社翻译了这本书,中文名叫<高性能网站建设指南>,想深入研究高性能网站建设的前端工程师…
high performance web sites 1,减少HTTP请求数 (1)图片加载使用image maps 或者 CSS Sprite (2)使用非http协议,如(ftp:, file: mailto: data:URL等,已被IE废弃) (3)合并css和js代码文件 2,使用内容分发网络(CDN:content delivery network) 当然使用cdn有优点也有缺点:成本高,不受控制,和其他客户竞争cdn带宽 3,增加expires头,控制缓存时间 (1)设置expir…