Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
iwproxy_plugin_remap
YOKE
I have configured SSI remap as follows:
[iwproxy_plugin_remap]
_debug=true
_regex=.*/(elmo/.*\.asp)=/iw-mount/default/main/appdev/group1/newsletter/WORKAREA/load1/$1
I am trying to remap SSI from
/iw-mount/default/main/appdev/library/WORKAREA/load1/apps/elmo/folder1/login_header.asp
to
/iw-mount/default/main/appdev/group1/newsletter/WORKAREA/load1/elmo/folder1/login_header.asp
i.e. when it see "<!-- #INCLUDE FILE="../../elmo/folder1/testssi1.asp" -->" in a asp file as SSI, it will redirect to "appdev/group1/newsletter" branch and load1 WORKAREA.
Anyone know what wrong with the above?
The SSI is not working even after reboot.
Find more posts tagged with
Comments
Adam Stoller
Did you configure the IISAPI.dll (starting p. 44 of the TeamSite Administrator's Guide 5.5.2 for Windows)?
Do you get any debugging output in the debugging log?
I'm not positive, but I know most proxy settings require the running of iwreset -ui (or at least 'net stop iwproxy' / 'net start iwproxy') - the plugin_remaps I believe require the restarting of the web server too (like 'iisreset').
--fish
(Interwoven Senior Technical Consultant)
tvaughan
You can also selectively kill the iwproxy process and restart it with the -d flag (piping the output to a text file) for purposes of debugging. Don't run this in production though, or you'll blow up your log file and kill your proxy performance.
Tom
YOKE
I have configured IISAPI.dll (starting p. 44 of the TeamSite Administrator's Guide 5.5.2 for Windows).
I have tried using iwproxy -d and -x parameters. It did not work and so I reboot after not able to get the corect result. After killing the Interwoven Proxy from Services for many times, sometimes I have to reboot the Teamsite machine.
I am using TeamSite Server: Version: 5.5.2.1 11020 20020823 with the latest patches.
Any hints?