| Paste number 67606: | dbs, any reason not to make this apache change? |
| Pasted by: | berick |
| When: | 9 months, 3 days ago |
| Share: | Tweet this! | http://paste.lisp.org/+1G5Y |
| Channel: | #openils-evergreen |
| Paste contents: |
Index: Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- Open-ILS/examples/apache/eg_vhost.conf (revision 10723)
+++ Open-ILS/examples/apache/eg_vhost.conf (working copy)
@@ -99,10 +99,19 @@
<LocationMatch /xul/.*\.xhtml$>
Options +Includes
XMLEntEscapeScript "no"
+ XMLEntStripComments "yes"
+ XMLEntStripPI "yes"
+ XMLEntStripDoctype "yes"
+ XMLEntContentType "text/html; charset=utf-8"
AddOutputFilter INCLUDES;XMLENT .xhtml
allow from all
+ SetEnv locale en-US
+ SetEnvIfNoCase Accept-Language "en" locale=en-US
+ SetEnvIfNoCase Accept-Language "fr-CA" locale=fr-CA
+ SetEnvIfNoCase Accept-Language "hy-AM" locale=hy-AM
</LocationMatch>
+
<LocationMatch /xul/.*\.xul$>
Options +Includes
XMLEntContentType "application/vnd.mozilla.xul+xml"
This paste has no annotations.