Name
http_file — Metaproxy HTTP File Server Module
DESCRIPTION
This module enables file access via the HTTP protocol.
All URLs with a given prefix are directed to a specific
document root (on local file storage). The module only serves
static content.
EXAMPLES
A typical configuration looks like this:
<filter type="http_file">
<mimetypes>/etc/mime.types</mimetypes>
<area>
<documentroot>/var/www/metaproxy/html</port>
<prefix>/etc</prefixs>
</area>
</filter>
COPYRIGHT
Copyright (c) 2005-2008, Index Data ApS