aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rbsd.ankarstrom.se>2021-04-24 17:17:25 +0000
committerroot <root@rbsd.ankarstrom.se>2021-04-24 17:17:25 +0000
commitfc35d7b8a8e9e5003a2350b6976acedfef47ce8d (patch)
tree49a4341c70304e322c353a63421fbc9ee45c59e6
parent2f73c79e8a488560cdda40d27a9b10f4a57d228c (diff)
downloadApache-Inject-fc35d7b8a8e9e5003a2350b6976acedfef47ce8d.tar.gz
Add mod_perl to synposis
-rw-r--r--README3
-rw-r--r--lib/Apache/Inject.pm3
2 files changed, 4 insertions, 2 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>
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>