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?
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 =)