~ubuntu-branches/ubuntu/saucy/apache2/saucy

« back to all changes in this revision

Viewing changes to docs/manual/programs/httxt2dbm.html.en

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-02-12 20:06:35 UTC
  • mfrom: (14.3.34 sid)
  • Revision ID: package-import@ubuntu.com-20120212200635-2u9d58jxqkmx91na
Tags: 2.2.22-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - debian/{control, rules}: Enable PIE hardening.
  - debian/{control, rules, apache2.2-common.ufw.profile}: Add ufw profiles.
  - debian/control: Add bzr tag and point it to our tree
  - debian/apache2.py, debian/apache2.2-common.install: Add apport hook.
  - debian/control, debian/ask-for-passphrase, debian/config-dir/mods-available/ssl.conf:
    Plymouth aware passphrase dialog program ask-for-passphrase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
</div>
24
24
 
25
25
    <p><code>httxt2dbm</code> is used to generate dbm files from text input, for
26
 
    use in <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>RewriteMap with
 
26
    use in <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> with
27
27
    the <code>dbm</code> map type.
28
28
    </p>
29
29
</div>
49
49
 
50
50
    <dt><code>-f <var>DBM_TYPE</var></code></dt>
51
51
    <dd>Specify the DBM type to be used for the output. If not specified, will
52
 
    use the <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a> Default. Available types are:<br />
53
 
    <code>GDBM</code> for GDBM files<br />
54
 
    <code>SDBM</code> for SDBM files<br />
55
 
    <code>DB</code> for berkeley DB files<br />
56
 
    <code>NDBM</code> for NDBM files<br />
57
 
    <code>default</code> for the default DBM type
 
52
    use the <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a> Default. Available types are:
 
53
    <code>GDBM</code> for GDBM files,
 
54
    <code>SDBM</code> for SDBM files,
 
55
    <code>DB</code> for berkeley DB files,
 
56
    <code>NDBM</code> for NDBM files,
 
57
    <code>default</code> for the default DBM type.
58
58
    </dd>
59
59
 
60
60
    <dt><code>-i <var>SOURCE_TXT</var></code></dt>
61
61
    <dd>Input file from which the dbm is to be created. The file should be formated
62
 
    with one record per line, of the form:<br />
63
 
    <code>key value</code><br />
 
62
    with one record per line, of the form: <code>key value</code>.
64
63
    See the documentation for <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> for
65
64
    further details of this file's format and meaning.
66
65
    </dd>
80
79
<p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English">&nbsp;en&nbsp;</a> |
81
80
<a href="../tr/programs/httxt2dbm.html" hreflang="tr" rel="alternate" title="T�rk�e">&nbsp;tr&nbsp;</a></p>
82
81
</div><div id="footer">
83
 
<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 
82
<p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
84
83
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
85
84
</body></html>
 
 
b'\\ No newline at end of file'