I recently downloaded Apache 2.2 and was able to get it installed and running. The problem is, to get Apache to install I had to disable IIS as it was taking up port 80. Now, when I browse to http://localhost, I get a 'not found' error, presumably because IIS is turned off. The only way I can see the 'it works!' test message from Apache is by browsing to http://127.0.0.1.
Is there some way to get Apache to play nice with IIS so I can use Apache and localhost at the same time? I've tried making Apache open port 8080 instead of port 80, however then localhost shows up blank if IIS is enabled.


