From: Rich Bowen Date: Mon, 18 Jul 2005 00:11:13 +0000 (+0000) Subject: Documentation for the new httxt2dbm utility. X-Git-Tag: 2.1.7~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=182c17be068da62ee098f4fff2c827e082fb576d;p=apache Documentation for the new httxt2dbm utility. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@219429 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httxt2dbm.html b/docs/manual/programs/httxt2dbm.html new file mode 100644 index 0000000000..c6222ab25a --- /dev/null +++ b/docs/manual/programs/httxt2dbm.html @@ -0,0 +1,3 @@ +URI: httxt2dbm.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en new file mode 100644 index 0000000000..394b1125f4 --- /dev/null +++ b/docs/manual/programs/httxt2dbm.html.en @@ -0,0 +1,82 @@ + + + +httxt2dbm - Generate dbm files for use with RewriteMap - Apache HTTP Server + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1 > Programs

httxt2dbm - Generate dbm files for use with RewriteMap

+
+

Available Languages:  en 

+
+ +

httxt2dbm is used to generate dbm files from text input, for + use in RewriteMap with the dbm map type. +

+
+ +
top
+
+

Synopsis

+

httxt2dbm + [ -v ] + [ -f DBM_TYPE ] + -i SOURCE_TXT + -o OUTPUT_DBM +

+
top
+
+

Options

+
+
-v
+
More verbose output
+ +
-f
+
Specify the DBM type to be used for the output. If not specified, will + use the APR Default. Available types are:
+ GDBM for GDBM files
+ SDBM for SDBM files
+ DB for berkeley DB files
+ NDBM for NDBM files
+ default for the default DBM type +
+ +
-i
+
Input file from which the dbm is to be created. The file should be formated + with one record per line, of the form:
+ key value
+ See the documentation for RewriteMap for + further details of this file's format and meaning. +
+ +
-o
+
Name of the output dbm files.
+
+
top
+
+

Examples

+

+ httxt2dbm -i rewritemap.txt -i rewritemap.dbm
+ httxt2dbm -f SDBM -i rewritemap.txt -i rewritemap.dbm
+

+
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/programs/httxt2dbm.xml b/docs/manual/programs/httxt2dbm.xml new file mode 100644 index 0000000000..56908f76c5 --- /dev/null +++ b/docs/manual/programs/httxt2dbm.xml @@ -0,0 +1,80 @@ + + + + + + + + +Programs + +httxt2dbm - Generate dbm files for use with RewriteMap + + +

httxt2dbm is used to generate dbm files from text input, for + use in RewriteMap with the dbm map type. +

+
+httpd +mod_rewrite + +
Synopsis +

httxt2dbm + [ -v ] + [ -f DBM_TYPE ] + -i SOURCE_TXT + -o OUTPUT_DBM +

+
+ +
Options +
+
-v
+
More verbose output
+ +
-f
+
Specify the DBM type to be used for the output. If not specified, will + use the APR Default. Available types are:
+ GDBM for GDBM files
+ SDBM for SDBM files
+ DB for berkeley DB files
+ NDBM for NDBM files
+ default for the default DBM type +
+ +
-i
+
Input file from which the dbm is to be created. The file should be formated + with one record per line, of the form:
+ key value
+ See the documentation for RewriteMap for + further details of this file's format and meaning. +
+ +
-o
+
Name of the output dbm files.
+
+
+ +
Examples + + httxt2dbm -i rewritemap.txt -i rewritemap.dbm
+ httxt2dbm -f SDBM -i rewritemap.txt -i rewritemap.dbm
+
+
+ +
diff --git a/docs/manual/programs/httxt2dbm.xml.meta b/docs/manual/programs/httxt2dbm.xml.meta new file mode 100644 index 0000000000..8ad8322fcb --- /dev/null +++ b/docs/manual/programs/httxt2dbm.xml.meta @@ -0,0 +1,11 @@ + + + + httxt2dbm + /programs/ + .. + + + en + + diff --git a/docs/manual/programs/index.html.en b/docs/manual/programs/index.html.en index e7192bd197..29772712f9 100644 --- a/docs/manual/programs/index.html.en +++ b/docs/manual/programs/index.html.en @@ -73,6 +73,10 @@
Create and update user authentication files for basic authentication
+
httxt2dbm
+ +
Create dbm files for use with RewriteMap
+
logresolve
Resolve hostnames for IP-addresses in Apache diff --git a/docs/manual/programs/index.xml b/docs/manual/programs/index.xml index 18c3dfb8d2..ff3a382eaa 100644 --- a/docs/manual/programs/index.xml +++ b/docs/manual/programs/index.xml @@ -75,6 +75,10 @@
Create and update user authentication files for basic authentication
+
httxt2dbm
+ +
Create dbm files for use with RewriteMap
+
logresolve
Resolve hostnames for IP-addresses in Apache