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)
IIS and Teamsite
ckrull
I have an IIS server with 3 seperate IP addresses Teamsite lives on 10.100.27.27 port 80. When I browse to the other site in IIS 10.100.27.28 and 10.100.27.29 I get redirected to the /iw/webdesk/logon.asp page. I dont want this to happen. In the iw.cfg file the webserver_Host is listed at 10.100.27.27 and in the conf file for the httpd server it show 10.100.27.27 but it will not let IIS bind port 80 to that address. How can i fix this.
Thanks
Christopher Krull
Find more posts tagged with
Comments
Migrateduser
The first option, which I would recommend, is to run TS on a dedicated machine. That would avoid these sorts of problems.
But if you need to do this for some reason, It should be possible:
1) back up $iwhome/iw-webd/conf/httpd.conf.default
2) edit the two Listen statements, prepending "<IPaddr>:" to the front of each
For example:
Listen 10.0.0.5:80
Listen 10.0.0.5:443
3) make sure that [iwwebd]host in $iwhome/etc/iw.cfg is set as you want.
4) iwreset -ui
5) Check to make sure everything works. You may need to edit the VirtualHost directive for https support to function properly (replacing _default_ with your IP address)
Please note that changes to httpd.conf.default may get blown away by service packs, upgrades, installs of related products, and the like. If you make local changes, keep the diffs in a well-known location so you can reapply them later.
Alan
ckrull
Ok I tried that and it doesnt work IIS still says that the address and port are in use.