On Mon, Nov 29, 2004 at 04:20:21PM +0100, Andr? Malo wrote: > * Greg Stein <[EMAIL PROTECTED]> wrote: > > > > https://ssl.bulix.org/projects/rici/file/apache/mod_comment.c?rev=49 > > > > That module uses a feature of the configuration parser that should be > > removed. The capability of code external to the config parser "taking > > over" the reading/parsing of the config file severely limits the > > revamping of the config system in httpd. > > Ehm, what do you mean? Raw args?
Taking over the reading/parsing of the file pointer. We pass the fp to modules (when they process a directive), allowing them to read from it. Bad bad bad. Especially when you're trying to read your config from some place funky. Cheers, -g -- Greg Stein, http://www.lyra.org/
