The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

this doesn't work

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?)