Re: apache-modconf and module ordering

2004-09-17 Thread Michael Ablassmeier
On Fri, Sep 17, 2004 at 04:12:50PM +0200, Michael Ablassmeier wrote: > module during the apache startup. Now im wondering how to solve > this, since apache-modconf doesn't provide the option to place > modules in *whatever* order (at least, i didnt figure out how). darn. 500mod_x.info 500 is

apache-modconf and module ordering

2004-09-17 Thread Michael Ablassmeier
hi *, i intend to package mod_chroot[1], an module which makes it possible to run Apache in a secure chroot environment without any aditional files. The `chroot' call is performed at the end of startup procedure, when all libraries are loaded and log files open. Well, the problem is, that mod_ch