Tekkaman

导航

 

2013年2月20日

摘要: 【No-Cache vs No-Store】 cache-control各字符涵意: 阅读全文
posted @ 2013-02-20 18:32 Tekkaman 阅读(647) 评论(0) 推荐(0)
 
摘要: 【HTTP之Proxy】 1、 【vs Gateway】 1、Proxy vs Gateway Strictly speaking, proxies connect two or more applications that speak the same pro- tocol, while gate 阅读全文
posted @ 2013-02-20 16:44 Tekkaman 阅读(275) 评论(0) 推荐(0)
 
摘要: 【Apache的几个特性】 1、Directory Listings 会GET一个目录时,Apache会先找该目录下的DirectoryIndex文件,如果有,则返回该文件内容,否则,返回目录下所有的item。 2、Apache中的CGI Apache中的CGI可以通过指定CGI目录,或指定特写文件扩展名来指定。 3、访问控制。 4、虚拟主机。 阅读全文
posted @ 2013-02-20 13:17 Tekkaman 阅读(467) 评论(0) 推荐(0)
 
摘要: 【WEB服务器的四种类型】 1、Single-threaded WebServer 2、Multiprocess and multithreaded WebServer 3、Multiplexed I/O WebServer 4、Multiplexed multithreaded WebServer 5、图解: 阅读全文
posted @ 2013-02-20 12:56 Tekkaman 阅读(812) 评论(0) 推荐(0)