diff options
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | lib/Apache/Inject.pm | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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> |