SIP2Mediator Apache configs
authorBill Erickson <berickxx@gmail.com>
Tue, 1 Sep 2020 14:17:42 +0000 (10:17 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 28 Oct 2020 18:57:39 +0000 (14:57 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/examples/apache_24/eg_vhost.conf.in

index 07c12ac..00d4f46 100644 (file)
@@ -610,6 +610,13 @@ RewriteRule ^/conify/([a-z]{2}-[A-Z]{2})/global/(.*)$ /conify/global/$2 [E=local
     Require all granted 
 </Location>
 
+<Location /sip2-mediator>
+    SetHandler perl-script
+    PerlHandler OpenILS::WWW::SIP2Mediator
+    Options +ExecCGI
+    Require all granted
+</Location>
+
 # OpenURL 0.1 searching based on OpenSearch
 RewriteMap openurl prg:@bindir@/openurl_map.pl
 RewriteCond %{QUERY_STRING} (^.*$)