Bric::App::ApacheStartup - Bricolage httpd startup configuration
<Perl>
use File::Spec::Functions qw(catdir);
BEGIN {
$ENV{BRICOLAGE_ROOT} ||= '/usr/local/bricolage';
unshift(@INC, catdir($ENV{BRICOLAGE_ROOT}, 'lib'));
};
</Perl>
PerlModule Bric::App::ApacheStartup
This module takes care of all of Apache startup configuration necessary to get Bricolage working. Putting it all in this module makes it easier for you to add it to your own httpd.conf by using only a single line.
NONE.
David Wheeler <david@justatheory.com>