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>

   

SEE ALSO

metaproxy(1)

COPYRIGHT

Copyright (C) 2005-2011 Index Data