Perrin Harkins wrote:
On Thu, Oct 23, 2008 at 3:22 PM, Perrin Harkins <[EMAIL PROTECTED]> wrote:
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.
On second though, before you do anything else, ask the mod_macro
people how they deal with this. They must get this question a dozen
times a day.
- Perrin
Good idea. I'm pretty sure they are just going to tell us to use
mod_info though, which unfortunately doesn't play well at all with
mod_perl's PerlSections, but i've asked anyway.
Adam