Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerror + add some spaces to improve formatting
Remove useless tests. Turn if (*x && apr_isspace(*x)) into if (apr_isspace(*x))
httxt2dbm: Correct length computation for the 'value' stored in the DBM file PR 47650
Renamed optarg -> opt_arg to avoid name clashes with system-own optarg; removed leftover from IDE build times.
Handle args appropriately for an apr app.
update license header text
No functional Change: Removing trailing whitespace. This also means that "blank" lines consisting of just spaces or tabs are now really blank lines
* support/httxt2dbm.c: Fix some style nits, no functional change.
* support/httxt2dbm.c: Include stdlib.h to pick up atexit() prototype.
Add the httxt2dbm utility to create DBM files for RewriteMap. This replaces the txt2dbm script in the manual, and allows the use of any available DBM format.