SIP2Mediator Apache configs continued
authorBill Erickson <berickxx@gmail.com>
Tue, 1 Sep 2020 14:46:36 +0000 (10:46 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 30 Nov 2020 16:38:24 +0000 (08:38 -0800)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/examples/apache_24/eg_vhost.conf.in

index 00d4f46..66e5802 100644 (file)
@@ -612,7 +612,7 @@ RewriteRule ^/conify/([a-z]{2}-[A-Z]{2})/global/(.*)$ /conify/global/$2 [E=local
 
 <Location /sip2-mediator>
     SetHandler perl-script
-    PerlHandler OpenILS::WWW::SIP2Mediator
+    PerlHandler OpenILS::WWW::SIP2Gateway
     Options +ExecCGI
     Require all granted
 </Location>