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)
iw.cfg
cc96ai
I modified iw.cfg
[iwproxy_plugin_remap]
_regex=^../(.*)=../www/$1
_debug=true
and I restarted teamsite
iwreset -a
But I cannot see any change, and I cannot see any updated on my log file
Any idea ?
do I have to restart IIS also ?
TS 6.1W2K3
Find more posts tagged with
Comments
nipper
What are you trying to do ?
If this is a SSI remap then (I think) IIS restart is also necessary.
You may want to stop te proxt, then start it from the command line in debug mode.
That will dump out a bunch of data that should give you the information you need
to debug this.
Andy
Migrateduser
You should do a iwreset -ui instead. Failing that, you can stop the iwproxy service and then start it on the command line in debug mode with iwproxy -d. This will allow you to see all of the transactions as documents are rendered to see if something it wrong with your regex.
Dave
Current Environment(s):
(1) TS 6.1 SP1 on W2K3
(2) TS 6.1 SP2 on W2K
(3) TS 6.1 on W2K
NathansDIS
I have always had to restart IIS and use iwreset -a (or ui) to get an SSI remap to take.
cc96ai
I dont have permission to restart IIS :-(
then what can I do in this situation?
YES, i want to change SSI include.
Can I modify iw_ts_rewrite_via_mod_rewrite.conf insteads on iw.cfg ? (do I still have to restart IIS)
Thanks
NathansDIS
Can you get an off-hours reboot of the IIS server?
nipper
IIS must be restarted. No choice.
The manual talks about exactly what needs to be done for SSIs. Just follow
that & you will be OK.
Get your admin on board, you will need him/her more thanonce.