summaryrefslogtreecommitdiff
path: root/docs/manual/programs/httxt2dbm.html.en
diff options
context:
space:
mode:
authorNilgun Belma Buguner <nilgun@apache.org>2009-02-12 13:47:28 +0000
committerNilgun Belma Buguner <nilgun@apache.org>2009-02-12 13:47:28 +0000
commit93bf0301939dea5ba9ea8cbb31d15e7f2fe3dcd8 (patch)
tree370240a4d0bfb81732dca8d800ac40cc36ec219c /docs/manual/programs/httxt2dbm.html.en
parent8a8387408b9000c89a810f8e348945099a1c098d (diff)
downloadhttpd-93bf0301939dea5ba9ea8cbb31d15e7f2fe3dcd8.tar.gz
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/httxt2dbm.html.en')
-rw-r--r--docs/manual/programs/httxt2dbm.html.en17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en
index 66325646dc..6be6401913 100644
--- a/docs/manual/programs/httxt2dbm.html.en
+++ b/docs/manual/programs/httxt2dbm.html.en
@@ -18,11 +18,13 @@
<div id="path">
<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Programs</a></div><div id="page-content"><div id="preamble"><h1>httxt2dbm - Generate dbm files for use with RewriteMap</h1>
<div class="toplang">
-<p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../tr/programs/httxt2dbm.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
</div>
<p><code>httxt2dbm</code> is used to generate dbm files from text input, for
- use in RewriteMap with the <code>dbm</code> map type.
+ use in <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> with the
+ <code>dbm</code> map type.
</p>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li>
@@ -45,17 +47,17 @@
<dt><code>-v</code></dt>
<dd>More verbose output</dd>
- <dt><code>-f</code></dt>
+ <dt><code>-f <var>DBM_TYPE</var></code></dt>
<dd>Specify the DBM type to be used for the output. If not specified, will
use the <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a> Default. Available types are:<br />
<code>GDBM</code> for GDBM files<br />
<code>SDBM</code> for SDBM files<br />
<code>DB</code> for berkeley DB files<br />
<code>NDBM</code> for NDBM files<br />
- default for the default DBM type
+ <code>default</code> for the default DBM type
</dd>
- <dt><code>-i</code></dt>
+ <dt><code>-i <var>SOURCE_TXT</var></code></dt>
<dd>Input file from which the dbm is to be created. The file should be formated
with one record per line, of the form:<br />
<code>key value</code><br />
@@ -63,7 +65,7 @@
further details of this file's format and meaning.
</dd>
- <dt><code>-o</code></dt>
+ <dt><code>-o <var>OUTPUT_DBM</var></code></dt>
<dd>Name of the output dbm files.</dd>
</dl>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -75,7 +77,8 @@
</code></p></div>
</div></div>
<div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../tr/programs/httxt2dbm.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
</div><div id="footer">
<p class="apache">Copyright 2009 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>
<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>