diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 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> |