diff --git a/Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf b/Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf index 5be0220..077b948 100755 --- a/Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf +++ b/Repositories/otago_eprints/otago_eprints/cfg/apachevhost_src.conf @@ -10,7 +10,7 @@ # Ensure that the Perl CGI virtual directory is accessible to all... - Order Allow,Deny + Order Deny,Allow Allow from All @@ -22,3 +22,6 @@ Allow from 139.80.0.0/16 ErrorDocument 403 /error403_register.html + +# Load the ePrintsStats configuration. +Include /usr/local/eprints/ePrintsStats/vhost/apache.conf