> -Bj�rn > [Marc Slemko] > | > | I'm not trying to be negative, but I really think this is far too > | much to require of someone. Most of the SQL databases aren't > | trivial to setup, and if you think that the sort of person who > | doesn't like editing a text file will like installing and > | configuring a SQL database... > > you definitively have a point there, but I would still like to make > the interface to the data-backend general enough to be able to plug in > alternatives to flat files, dbm, btree etc.
I agree. It should not be too difficult to move http_config.c out of the core and create mod_config_file.c, mod_config_sql.c, etc. Mind you I have not looked specifically at this, but it should be doable.
