Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Virtualisation (previews) using Apache
System
A new branch was created: "DETA"
It largely duplicated functionality of the existing "Education" branch. In the "DETA" branch, workflows, deployments etc work fine, but the virtualisation (previews) doesn’t.
The include code:
displays on a page rather than actually including the file from staging. I have confirmed that the file exists in staging.
There is no error message – the include command is simply not being actioned.
Our virtualisation is handled with an apache server using iw_ts_rewrite_via_mod_rewrite.conf
I don't understand the syntax.
The critical bit seems to be this:
----------------------------------------------------------------------------
# 2003-06-27 remap requests for shared files into shared workarea
# This is usually handled by iwproxy remapping, but required for:
# - finding SSIs outside the current area
# - processing Apache URLs (eg. ErrorDocument)
# 2003-09-16 include remapping for EdInfo as well as Education.
# 2004-09-20 rewrite shared web components
RewriteCond %{HTTP_REFERER} /default/main/(DETA|Education|EdInfo)/
RewriteRule ^/(css|img|images|js|messages|ssi|styles)/(.*) /iw-mount/default/main/%1/STAGING/$2/$1 [PT]
----------------------------------------------------------------------------
I added the "DETA", but this doesn't fix it. Is the problem related to the "[PT]"? What does it mean? Any suggestions?
Mark Nugent
Find more posts tagged with
Comments
There are no comments yet