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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Aug 1 12:21:23 EDT 2008


Author: dbs
Date: 2008-08-01 12:21:15 -0400 (Fri, 01 Aug 2008)
New Revision: 10231

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
D'oh! That 404 error really does mean that osrf-http-translator could not be found.


Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-08-01 14:23:31 UTC (rev 10230)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-08-01 16:21:15 UTC (rev 10231)
@@ -207,7 +207,7 @@
 # OpenSRF-over-HTTP translator
 # (http://open-ils.org/dokuwiki/doku.php?id=opensrf_over_http)
 # ----------------------------------------------------------------------------------
-<Location /osrf_http_translator>
+<Location /osrf-http-translator>
     SetHandler osrf_http_translator_module
     allow from all
 </Location>



More information about the open-ils-commits mailing list