potato Posted September 27, 2009 Share Posted September 27, 2009 Is there a way I can run iis7 on only 1 ip and the rest on apache? Link to comment Share on other sites More sharing options...
studeggle Posted September 27, 2009 Share Posted September 27, 2009 In theory if you bind to IPs unstead of just port it might be possible. But no saying how well they would play together on the same machine. Not to mention the wasted resources running to programs for the same task. Link to comment Share on other sites More sharing options...
Santino Cid Posted September 28, 2009 Share Posted September 28, 2009 This should help you out: http://weblogs.asp.net/steveschofield/archive/2007/07/06/iis7-post-44-iis7-and-apache-on-the-same-machine.aspx Link to comment Share on other sites More sharing options...
potato Posted September 28, 2009 Author Share Posted September 28, 2009 i already saw that and when i added my ip to the listen i couldnt start apache Link to comment Share on other sites More sharing options...
Santino Cid Posted September 28, 2009 Share Posted September 28, 2009 What do your logs say when you try to start Apache? Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted September 28, 2009 Share Posted September 28, 2009 try starting apache on another port if that works, then IIS is still binding to all Ips or another program is.. Link to comment Share on other sites More sharing options...
TheHeartSmasher Posted September 28, 2009 Share Posted September 28, 2009 For IIS make sure you have it binded to the ip you want to use. For Apache make sure you have it binded to the ip you want to use, as by default most webservers are set to run at 127.0.0.1 ( Localhost )or 0.0.0.0 ( all ips )which means if you want to run two webservers you will need to specify the port and ips you want them to run on making sure none of them conflict. You can control what apache listens on by editing/adding virtual host entries to your apache config file. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.