On Mon, Apr 16, 2001 at 07:12:23PM -0400, Brian wrote:
> > It might be easier and more bulletproof to build the conf file
> > off-line with
> > a simple perl script and a templating tool.  We did this with Template
> > Toolkit and it worked well.
> > - Perrin
> 
> That would be fine and dandy, but it's not exactly what I'm going after.

it seems to me you're conflating your goal and your means of achieving
it.

> Currently if I want to make a change to all of our clients I have to go
> through and edit every config file (I have a .conf file for each domain and
> then use an Include in the httpd.conf).  Using the mod_perl way I can change
> it once in the httpd.conf file, restart apache, and the change will take
> place for all the domains that are affected by the <Perl> </Perl> code.
> Know what I mean?

this is certainly possible by generating your configuration files
using a perl script, outside of using mod_perl.

jim

Reply via email to