OpenServerPanel/modules/PHP-8.3/ospanel_data/help/httxt2dbm.exe.txt

18 lines
531 B
Plaintext
Raw Normal View History

2024-01-25 19:33:10 +00:00
httxt2dbm.exe -- Program to Create DBM Files for use by RewriteMap
Usage: httxt2dbm.exe [-v] [-f format] -i SOURCE_TXT -o OUTPUT_DBM
Options:
-v More verbose output
-i Source Text File. If '-', use stdin.
-o Output DBM.
-f DBM Format. If not specified, will use the APR Default.
GDBM for GDBM files (unavailable)
SDBM for SDBM files (available)
DB for berkeley DB files (unavailable)
NDBM for NDBM files (unavailable)
default for the default DBM type