Download List

项目描述

Wodan is an Apache module for reverse proxying and caching of
sites. It allows the backend server to determine how pages should be
cached through a custom HTTP header, which makes it very flexible. It
caches on the local filesystem, which makes it very easy to create
custom purging systems. Expiration of cachefiles is also supported, as
well as no-caching options.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-11-08 20:16
1.1.4

此版本可以缓存404从后端的结果,使管理员能够大大降低在后端的负载。两个主要缺陷已得到修复。它不再阻止工作Apache的KeepAliveTimeout的。的“X - Wodan”再次使用(版本1.1.2打破了这种行为头)。据表示,所有用户更新。
标签: Major bugfixes
This release can cache 404 results from the backends, enabling the administrator to significantly lower the load on the backend. Two major bugs have been fixed. It no longer stops Apache's KeepAliveTimeout from working. The "X-Wodan" headers are used again (version 1.1.2 broke this behaviour). It is advised that all users update.

2004-10-21 10:44
1.1.3

Web对象从后端,如网页和图形不再是存储在内存中,但被写入到客户端和缓存文件立即。缓存文件现已写入不同的目录,削减他们的控股目录的大小了。许多代码清理了。
标签: Major bugfixes
Web objects from the backend such as pages and graphics are no longer stored in memory but are written to the client and cache file immediately. Cache files are now written into different directories, cutting down on the size of the directories holding them. Many code cleanups were made.

2004-01-14 17:19
1.0RC4

Wodan现在可以通过配置来改变就基于HTTP对象的缓存时间的后端服务器发送了头。可以,例如,使用内容类型标头更改之间的文本文件和图像缓存的时间。这头匹配是通过使用正则表达式。
标签: Major feature enhancements
Wodan can now be configured to vary the cache time
for objects based on the HTTP-headers sent by the
backend server. One can, for instance, use the
Content-Type header to vary the cache time between
text files and images. This header matching is
done using regular expressions.

2003-12-12 17:10
1.0RC2

Wodan现在能够完全运行高速缓存,而不连接到后端。这可能是有用的当您需要有一个在后端停机时间,同时保持网站(前端)网上。 Wodan现在还检测了后端是使用连接超时。如果在这种情况下,会发出页面从缓存。 Wodan现在可以缓存对象(网页,图片)为不同的时间,使用正则表达式来区分对象。这使得用户超过脚本较长时间的机会,缓存图像生成的网页。
标签: Major feature enhancements
Wodan now has the ability to run completely on the cache, without making
connections to the backend. This can be useful when you need to have a
period of downtime on the backend, while keeping the Web site (frontend)
online. Wodan will now also detect a backend that is down using a
connection timeout. If this is the case, pages will be served from the
cache. Wodan can now cache objects (pages, images) for different amounts
of time, using regular expressions to differentiate between the objects.
This gives users the opportunity to cache images for longer periods than
script-generated pages.

2003-04-12 00:17
1.0RC1

标签: Initial freshmeat announcement

Project Resources