diff --git a/Repositories/statistics/vhost/apache_src.conf b/Repositories/statistics/vhost/apache_src.conf index ed784be..09d7a6d 100755 --- a/Repositories/statistics/vhost/apache_src.conf +++ b/Repositories/statistics/vhost/apache_src.conf @@ -1,7 +1,17 @@ ## -## Either use these entries directly in httpd.conf -## or use an include directive to read the entries of this file. +## Use an include directive to read the entries of this file into the +## apachevhost.conf file for every archive that you want to track stats for. +## DO NOT add these directives anywhere else. They MUST be part of the virtual +## host for the archive, as the base URL for each archive will be different. +## +## *************************************************************************** +## *************************************************************************** +## IMPORTANT! You MUST add '/es' to the rewrite_exceptions list in +## ArchiveConfig.pm for *every* archive that you wish to track stats for! +## If you do not, ePrintsStats simply *will not work* for those archives! +## *************************************************************************** +## *************************************************************************** ## Alias /es "##EPRINTSSTATS##/htdocs"