From 3925294e5d24829c052d7689d4bbf76b771fd862 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 28 Jul 2008 04:43:59 +0000 Subject: [PATCH] Enable the OpenSRF-over-HTTP translator in the default Apache configuration git-svn-id: svn://svn.open-ils.org/ILS/trunk@10159 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index 1e2fe4d39d..c1e523da33 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -203,7 +203,15 @@ RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \ allow from all - +# ---------------------------------------------------------------------------------- +# OpenSRF-over-HTTP translator +# (http://open-ils.org/dokuwiki/doku.php?id=opensrf_over_http) +# ---------------------------------------------------------------------------------- + + SetHandler osrf_http_translator_module + allow from all + + # ---------------------------------------------------------------------------------- # The exporter lives here # ---------------------------------------------------------------------------------- -- 2.43.2