[open-ils-commits] r10159 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jul 28 00:44:06 EDT 2008
Author: dbs
Date: 2008-07-28 00:43:59 -0400 (Mon, 28 Jul 2008)
New Revision: 10159
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
Enable the OpenSRF-over-HTTP translator in the default Apache configuration
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-07-28 04:29:17 UTC (rev 10158)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-07-28 04:43:59 UTC (rev 10159)
@@ -203,8 +203,16 @@
allow from all
</Location>
-
# ----------------------------------------------------------------------------------
+# OpenSRF-over-HTTP translator
+# (http://open-ils.org/dokuwiki/doku.php?id=opensrf_over_http)
+# ----------------------------------------------------------------------------------
+<Location /osrf_http_translator>
+ SetHandler osrf_http_translator_module
+ allow from all
+</Location>
+
+# ----------------------------------------------------------------------------------
# The exporter lives here
# ----------------------------------------------------------------------------------
<Location /exporter>
More information about the open-ils-commits
mailing list