NAME
Apache2::Controller::Directives - custom Apache2 server configuration directives
SYNOPSIS
# apache2 config file
PerlModule Apache2::Controller::Directives
# for Apache2::Controller::Render::Template settings:
A2CRenderTemplateDir /var/myapp/templates
DIRECTIVES
A2CRenderTemplateDir
This is the base path for templates used by Apache2::Controller::Render::Template. The directive takes only one parameter and verifies that the directory exists and is readable. (At startup time Apache2 is root... should this verify readability by www user?)