On Mon, May 06, 2002 at 02:53:38AM -0400, Cliff Woolley wrote:
> 
> I'm converting mod_rewrite to use apr_dbm_* instead of its homegrown
> flavor.  The only problem I see with it is that it will require a
> configuration change for the user to specify what kind of dbm they want.
> Right now, the RewriteMap is set up as follows:
> 
> RewriteMap mymap dbm:/path/to/dbm
> 
> I propose to change that as follows: dbm will mean "default", but the user
> can specify "db:", "gdbm:", or "sdbm:" instead of "dbm:" to get a specific
> flavor.

+1.  (In addition, "default" should be allowed too.)  -- justin

Reply via email to