[open-ils-commits] r10174 - trunk/Open-ILS/examples/apache
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jul 29 14:05:31 EDT 2008
Author: dbs
Date: 2008-07-29 14:05:23 -0400 (Tue, 29 Jul 2008)
New Revision: 10174
Modified:
trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
Add default conify configuration to eg_vhost.conf
Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-07-29 16:52:52 UTC (rev 10173)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf 2008-07-29 18:05:23 UTC (rev 10174)
@@ -258,10 +258,34 @@
allow from all
</Location>
+# ----------------------------------------------------------------------------------
+# Conify - next-generation Evergreen administration interface
+# ----------------------------------------------------------------------------------
+RewriteEngine on
+RewriteRule ^/conify/.*/global/(.*)$ /conify/global/$1
+<Location /conify>
+ SetEnv locale en-US
+ SetEnvIf Request_URI "/en-US/" locale=en-US
+ SetEnvIf Request_URI "/fr-CA/" locale=fr-CA
+ XMLEntStripPI "yes"
+ XMLEntEscapeScript "no"
+ XMLEntStripComments "yes"
+ XMLEntContentType "text/html; charset=utf-8"
+ AddOutputFilter INCLUDES .html
+
+ SetHandler perl-script
+ PerlSetVar OILSProxyTitle "Dojo Admin Login"
+ PerlSetVar OILSProxyDescription "Please log in to administer Evergreen"
+ PerlSetVar OILSProxyPermissions "STAFF_LOGIN"
+ PerlHandler OpenILS::WWW::Proxy
+ Options +ExecCGI
+ PerlSendHeader On
+ 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