[open-ils-commits] r787 - conifer/branches/rel_1_6_0/apache (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Feb 15 00:29:33 EST 2010
Author: dbs
Date: 2010-02-15 00:29:30 -0500 (Mon, 15 Feb 2010)
New Revision: 787
Modified:
conifer/branches/rel_1_6_0/apache/eg_vhost.conf
Log:
Prepare for split-server hosting of JS, CSS, and images (finally!)
Modified: conifer/branches/rel_1_6_0/apache/eg_vhost.conf
===================================================================
--- conifer/branches/rel_1_6_0/apache/eg_vhost.conf 2010-02-15 05:20:27 UTC (rev 786)
+++ conifer/branches/rel_1_6_0/apache/eg_vhost.conf 2010-02-15 05:29:30 UTC (rev 787)
@@ -179,13 +179,13 @@
# This gives you the option to configure a different host to serve OPAC images from
# Specify the hostname (without protocol) and path to the images. Protocol will
# be determined at runtime
- #SetEnvIf Request_URI ".*" OILS_OPAC_IMAGES_HOST=static.example.org/opac/
+ SetEnvIf Request_URI ".*" OILS_OPAC_IMAGES_HOST=images.concat.ca/opac/
# In addition to loading images from a static host, you can also load CSS and/or
# Javascript from a static host or hosts. Protocol will be determined at runtime
# and/or by configuration options immediately following.
- #SetEnvIf Request_URI ".*" OILS_OPAC_CSS_HOST=static.example.org/opac/
- #SetEnvIf Request_URI ".*" OILS_OPAC_JS_HOST=static.example.org/opac/
+ SetEnvIf Request_URI ".*" OILS_OPAC_CSS_HOST=css.concat.ca/opac/
+ SetEnvIf Request_URI ".*" OILS_OPAC_JS_HOST=js.concat.ca/opac/
# If you are not able to serve static content via https and
# wish to force http:// (and are comfortable with mixed-content
More information about the open-ils-commits
mailing list