diff --git a/EPrints/ePrintsStats setup.txt b/EPrints/ePrintsStats setup.txt index a4c9f4c..07267b7 100755 --- a/EPrints/ePrintsStats setup.txt +++ b/EPrints/ePrintsStats setup.txt @@ -5,6 +5,7 @@ % fink install geoip % cpan install Geo::IPfree + Configuration config/inc.vars.es.php @@ -18,7 +19,7 @@ scripts/eprints-usage.php * $log_dir => /sw/var/apache2/logs/ (or possibly /var/log/httpd/) - * $log_file: "UTasER" => "OUEPrints" or some such + * $log_file: "UTasER" => stats datavase name ("otago_eprints") * $sqlserver => stats database server * $sqlpass => stats database password * $sqlserver2 => EPrints database server @@ -44,6 +45,18 @@ (may need to change php lib paths depending on environment, e.g., on my machine it's /sw/lib/php4) + +EPrints config changes + + EXTREMELY IMPORTANT! Add '/es' to rewrite_exceptions. + + Set use_short_urls to 0 as ePrintsStats expects "long" URLs in the log file. + + In otago_eprints/cfg/apachevhost.conf: + + Include /usr/local/eprints/ePrintsStats/vhost/apache.conf + + Geo::IPfree config % cd /Geo