From: dbs Date: Mon, 28 Jul 2008 04:43:59 +0000 (+0000) Subject: Enable the OpenSRF-over-HTTP translator in the default Apache configuration X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3925294e5d24829c052d7689d4bbf76b771fd862;p=Evergreen.git 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 --- 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 # ----------------------------------------------------------------------------------