Bric::App::ApacheConfig - Bricolage httpd.conf configuration
$Revision$
$Date: 2008-04-24 12:44:19 -0700 (Thu, 24 Apr 2008) $
<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::ApacheConfig
This module takes care of all of Apache 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>
apache 2 changes by Scott Lanning <slanning@cpan.org>, Chris Heiland