diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-24 17:17:25 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-24 17:17:25 +0000 |
commit | fc35d7b8a8e9e5003a2350b6976acedfef47ce8d (patch) | |
tree | 49a4341c70304e322c353a63421fbc9ee45c59e6 /lib | |
parent | 2f73c79e8a488560cdda40d27a9b10f4a57d228c (diff) | |
download | Apache-Inject-fc35d7b8a8e9e5003a2350b6976acedfef47ce8d.tar.gz |
Add mod_perl to synposis
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> |