Kevinp Posted February 14, 2010 Share Posted February 14, 2010 Hey guys, I was wondering if it was possible to run TCAdmin through a different port. I have IIS installed on windows 2008 however, I am also running xampp to run my HLStats on my servers. However, only one of these can work at a time since they both require the same port. I have several IPs on my box, but I don't see how that would work since the programs are installed on the same windows and require http://localhost/ Any Ideas to what I can do? Thanks Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted February 14, 2010 Share Posted February 14, 2010 in IIS config change the listen port. OR change the apache listen port (I assume xampp uses apache). if u dont know how to do use google thats pretty much easy. Link to comment Share on other sites More sharing options...
Dan M Posted February 14, 2010 Share Posted February 14, 2010 I'd reccomend using IIS for both Hlstats and TCAdmin, using virtual management options to create multiple instances on port 80. Link to comment Share on other sites More sharing options...
Kevinp Posted February 14, 2010 Author Share Posted February 14, 2010 Could you explain a little more, I have no idea how to set up those stats using IIS. Link to comment Share on other sites More sharing options...
Kevinp Posted February 15, 2010 Author Share Posted February 15, 2010 Never mind. I installed wamp and was able to get the virtual servers figured out. However, can I not copy the web folder inside the TCAdmin into my wamp web folder? I tried it and got the folder to be on the web but nothing loads. I see all the files inside the folder (including the key files and everything) so I took it down. But the .aspx files just load into text on my browser and not the actual pages. I have the master server installed on the box and was wondering if I can move the web folder to c:/wamp/www/TCAdmin and have it configured to what ever IP that I set. Thanks Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted February 15, 2010 Share Posted February 15, 2010 wamp uses apache as web server whereas TCAdmin requires IIS. Link to comment Share on other sites More sharing options...
Kevinp Posted February 15, 2010 Author Share Posted February 15, 2010 I heard of people running TCAdmin without IIS. If thats not that case, where do I go for IIS to setup the virtual management Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted February 16, 2010 Share Posted February 16, 2010 control panel > administrative tools > IIS management > Websites > right click main website > Create virtual website Link to comment Share on other sites More sharing options...
Kevinp Posted February 17, 2010 Author Share Posted February 17, 2010 Anyone willing to set this up for me $$$ Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted February 17, 2010 Share Posted February 17, 2010 The problem was that IIS7 was binding to all ips on the box by default. The solution was to bind only the ips that were needed and have the rest available to other applications such as Xampp. To bind specific ips to IIS7 open cmd and use the command netsh http add iplisten ipaddress=xxx.xxx.xxx.xxx Link to comment Share on other sites More sharing options...
Kevinp Posted February 17, 2010 Author Share Posted February 17, 2010 Thanks for the help, they work perfect. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.