Apache & IIS on the same server

Discussion in 'Apache' started by xhenxhe, Nov 9, 2007.

  1. #1
    I've got Apache & IIS set up on my windows XP laptop. I use it for development purposes only. I access IIS using http://localhost/ and apache using http://localhost:8080/.

    This is not that big of a deal, but I wondered if I could create associated a name to apache, so for example, I could type http://apache/ and it would give my my apache homepage.

    Any ideas?
     
    xhenxhe, Nov 9, 2007 IP
  2. powerspike

    powerspike Peon

    Messages:
    312
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    well if you could give your computer an extra ip address you can do it, all you would have to do is add an entry into the hosts file to point "apache" to that ip address, and tell apache to only listern on that ip address, and iis not to listern on it, and it should be ok from there =)
     
    powerspike, Nov 9, 2007 IP