aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 925e998..6dbbbc5 100644
--- a/README
+++ b/README
@@ -2,8 +2,9 @@ NAME
Apache::Inject - Apache directive for injecting HTML headers and footers
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>