Bric::App::ApacheConfig

NAME

Bric::App::ApacheConfig - Bricolage httpd.conf configuration

VERSION

$Revision$

DATE

$Date$

SYNOPSIS

<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

DESCRIPTION

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.

NOTES

NONE.

AUTHOR

David Wheeler

SEE ALSO

Bric