From 9d0b68b9254944fbe69434a68e035c51bae7817b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 1 Sep 2020 13:47:20 -0400 Subject: [PATCH] SIP2Mediator Apache configs continued Signed-off-by: Bill Erickson --- Open-ILS/examples/apache_24/eg_startup.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/examples/apache_24/eg_startup.in b/Open-ILS/examples/apache_24/eg_startup.in index 67d7ca947b..7899ad8f3e 100755 --- a/Open-ILS/examples/apache_24/eg_startup.in +++ b/Open-ILS/examples/apache_24/eg_startup.in @@ -19,6 +19,8 @@ use OpenILS::WWW::RemoteAuth ('@sysconfdir@/opensrf_core.xml', 'OpenILS::WWW::Re # Pass second argument of '1' to enable template caching. use OpenILS::WWW::PrintTemplate ('@sysconfdir@/opensrf_core.xml', 0); +use OpenILS::WWW::SIP2Gateway ('@sysconfdir@/opensrf_core.xml'); + # - Uncomment the following 2 lines to make use of the IP redirection code # - The IP file should to contain a map with the following format: # - actor.org_unit.shortname -- 2.11.0