This is the iwproxy -d output that I'd like to fix:
[areaization, external_remap, and iwproxy_remap:]
/images/logo.png
---> /iw-mount/default/main/IT%20Practice/CIO/WORKAREA/CIO/images/logo.png
Instead of this, I'm intending on it getting all workarea resources from an external site, as designated here. Note the 2nd regex which I put in as a quick fix to this while I try to find out what's causing this::
[iwproxy_preconnect_remap]
_regex=^/iw-mount/default/main/IT%20Practice/CIO/[^/]+/CIO/MFWEB/CIO/(MFWEB/CIO/)?(.*)$=http://cio-ppe.ceb.com/$2
[size=2]_regex=^/images/(.*)$=http://cio-ppe.ceb.com/images/$1
However, there is another entity that is causing /images/logo.png to map back to the workarea. To me, this sounds like iwproxy_remap. The pertinent entry in that section is the default:
global_default_map=/
... and the corresponding section of iw.cfg is blank, as is the default setting. Whether this is the cause or not, how can I get iwproxy to STOP remapping these requests back to the workarea and have it instead direct these requests to the external site I mentioned in the two regexes? I understand that it looks as iwproxy_remap before iwproxy_preconnect_remap but it's quite frankly been about 4 years since I've had to deal with TS virtualization in an intimate way, so please advise.
Thanks in advance,
Dave
[/size]