Re: Best Practices for managing repetitive Apache config file entries?
by Randal L. Schwartz other posts by this author
Nov 6 2009 11:34AM messages near this date
Alias
|
Re: Best Practices for managing repetitive Apache config file entries?
> >>>> "David" == David Nicol <davidnicol@[...].com> writes:
David> another possibility would be to embed some kind of macro language in
David> apache config file parsing. Perhaps Apache could offer m4
David> preprocessing?
Eww. No. M4 needs to die a timely death.
Template Toolkit is far closer to "sane" for this, and can be embedded
to be used at launch time, as others have already said.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@[...].com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
Thread:
Randal L. Schwartz
Mark Stosberg
|