[open-ils-commits] r9763 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jun 3 20:59:08 EDT 2008
Author: miker
Date: 2008-06-03 20:59:02 -0400 (Tue, 03 Jun 2008)
New Revision: 9763
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
adding the openurl map script to the example apache config
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-06-04 00:56:26 UTC (rev 9762)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-06-04 00:59:02 UTC (rev 9763)
@@ -250,3 +250,10 @@
allow from all
</Location>
+# OpenURL 0.1 searching based on OpenSearch
+RewriteEngine on
+RewriteMap openurl prg:/openils/bin/openurl_map.pl
+RewriteCond %{QUERY_STRING} (^.*$)
+RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
+
+
More information about the open-ils-commits
mailing list