What's the best approach to creating a dynamic extra.conf.in?

Long story longer. When I wrote the A-T tests for a project I'm working on, I simple didn't call generate_script() or setup A-T if AxKit wasn't installed since that was the only thing I was testing under A-T.

Now that I've backed myself into a corner with that, I need to test against TT2 (via Apache::Template) as well.

Having both PerlModule AxKit and PerlModule Apache::Template plus all of their associated httpd.conf directives is a disaster waiting to happen if either one of them aren't loaded.

I know I can push @ARGS -pre/postamble, but it's not just a matter of PerlModule-ing these things. They have more setup than that.

Of course, the easy way is to use Makefile.PL to create an extra.conf.in , but is that the right way to go about it?

-=Chris


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to