On Thu, Oct 23, 2008 at 2:55 PM, Adam Prime <[EMAIL PROTECTED]> wrote: > PerlSections->dump kind of does what we want, > except that it doesn't expand the macro's that are used.
This may be obvious in hindsight, but using mod_macro was probably a bad idea. I'd suggest using perl to handle what you were doing with mod_macro. Actually, I'd suggest staying far away from PerlSections and doing a templated conf file as Michael recommend, but that may too much to change all at once. - Perrin