z3950_client filter: force_apdu facility
[metaproxy-moved-to-github.git] / doc / http_file.xml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN" 
2     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3  <!ENTITY copyright SYSTEM "copyright.xml">
4  <!ENTITY % idcommon SYSTEM "common/common.ent">
5      %idcommon;
6 ]>
7 <refentry id="ref-http_file">
8  <refentryinfo>
9   <productname>Metaproxy</productname>
10   <info><orgname>Index Data</orgname></info>
11  </refentryinfo>
12
13  <refmeta>
14   <refentrytitle>http_file</refentrytitle>
15   <manvolnum>3mp</manvolnum>
16   <refmiscinfo class="manual">Metaproxy Module</refmiscinfo>
17  </refmeta>
18  
19  <refnamediv>
20   <refname>http_file</refname>
21   <refpurpose>Metaproxy HTTP File Server Module</refpurpose>
22  </refnamediv>
23  
24  <refsect1><title>DESCRIPTION</title>
25   <para>
26    This module enables file access via the HTTP protocol.
27    All URLs with a given prefix are directed to a specific
28    document root (on local file storage). The module only serves
29    static content.
30   </para>
31  </refsect1>
32  
33  <refsect1><title>EXAMPLES</title>
34   <para>
35    A typical configuration looks like this:
36    <screen><![CDATA[
37    <filter type="http_file">
38     <mimetypes>/etc/mime.types</mimetypes>
39     <area>
40      <documentroot>/var/www/metaproxy/html</port>
41      <prefix>/etc</prefixs>
42     </area>
43    </filter>
44 ]]>
45    </screen>
46   </para>
47  </refsect1> 
48  
49  <refsect1><title>SEE ALSO</title>
50   <para>
51    <citerefentry>
52     <refentrytitle>metaproxy</refentrytitle>
53     <manvolnum>1</manvolnum>
54    </citerefentry>
55   </para>
56  </refsect1>
57  
58  &copyright;
59 </refentry>
60
61 <!-- Keep this comment at the end of the file
62 Local variables:
63 mode: sgml
64 sgml-omittag:t
65 sgml-shorttag:t
66 sgml-minimize-attributes:nil
67 sgml-always-quote-attributes:t
68 sgml-indent-step:1
69 sgml-indent-data:t
70 sgml-parent-document:nil
71 sgml-local-catalogs: nil
72 sgml-namecase-general:t
73 End:
74 -->