diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Apache/Inject.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm index 668c1f1..c83fab7 100644 --- a/lib/Apache/Inject.pm +++ b/lib/Apache/Inject.pm @@ -46,8 +46,9 @@ Apache::Inject - Apache directive for injecting HTML headers and footers =head1 SYNOPSIS - DocumentRoot /uar/local/www/apache24/data + LoadModule perl_module libexec/apache24/mod_perl.so PerlLoadModule Apache::Inject + DocumentRoot /uar/local/www/apache24/data <Directory /usr/local/www/apache24/data> Inject head.html foot.html </Directory> |