OSRFGatewayConfig /openils/conf/opensrf_core.xml
# Translator memcache server. Default is localhost
# OSRFTranslatorCacheServer 127.0.0.1:11211
+OSRFTranslatorCacheServer 131.104.100.166:11211
# ----------------------------------------------------------------------------------
# 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
# https pages, avoiding mixed-content warnings in client browsers
# and are willing to accept some increased server load, set this:
#SetEnvIf Request_URI ".*" OILS_OPAC_BYPASS_STATIC_FOR_HTTPS=yes
+ SetEnvIf Request_URI ".*" OILS_OPAC_BYPASS_STATIC_FOR_HTTPS=yes
# Specify a ChiliFresh account to integrate their services with the OPAC
#SetEnv OILS_CHILIFRESH_ACCOUNT
# Uncomment to force SSL any time a patron is logged in. This protects
# authentication tokens. Left commented out for backwards compat for now.
#SetEnv OILS_OPAC_FORCE_LOGIN_SSL 1
+ SetEnv OILS_OPAC_FORCE_LOGIN_SSL 1
</LocationMatch>