[open-ils-commits] r8850 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Mar 1 12:31:31 EST 2008


Author: miker
Date: 2008-03-01 11:59:42 -0500 (Sat, 01 Mar 2008)
New Revision: 8850

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
adding SRU exmple stanza

Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-03-01 16:41:30 UTC (rev 8849)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-03-01 16:59:42 UTC (rev 8850)
@@ -159,6 +159,13 @@
     PerlSendHeader On
     allow from all
 </Location>
+<Location /opac/extras/sru>
+    SetHandler perl-script
+    PerlHandler OpenILS::WWW::SuperCat::sru_search
+    Options +ExecCGI
+    PerlSendHeader On
+    allow from all
+</Location>
 <Location /opac/extras/feed/freshmeat>
     SetHandler perl-script
     PerlHandler OpenILS::WWW::SuperCat::changes_feed



More information about the open-ils-commits mailing list