From: Galen Charlton Date: Fri, 24 Sep 2021 19:59:01 +0000 (-0400) Subject: LP#1729620: update release notes with an upgrade note X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1aa1e20099cd827672a9818ca2740e44554e87f5;p=Evergreen.git LP#1729620: update release notes with an upgrade note Signed-off-by: Galen Charlton Signed-off-by: Mike Rylander Signed-off-by: Jane Sandberg --- diff --git a/docs/RELEASE_NOTES_NEXT/OAI2/new_oai_opensrf_service.adoc b/docs/RELEASE_NOTES_NEXT/OAI2/new_oai_opensrf_service.adoc index 942afa5e4a..22a7b91c7e 100644 --- a/docs/RELEASE_NOTES_NEXT/OAI2/new_oai_opensrf_service.adoc +++ b/docs/RELEASE_NOTES_NEXT/OAI2/new_oai_opensrf_service.adoc @@ -80,6 +80,20 @@ for default configuration and customization instructions. Upgrade Instructions ++++++++++++++++++++ +OAI support is not turned on by default. To enable it, edit the Apache +configuration file `eg_vhost.conf` to uncomment the following +section and restart Apache: + +[source,conf] +---- +# +# SetHandler perl-script +# PerlHandler OpenILS::WWW::SuperCat::OAI +# Options +ExecCGI +# PerlSendHeader On +# Require all granted +# +---- Optional: Setting the datestamp +++++++++++++++++++++++++++++++