Page 1 of 1

Application already running on Port 80

PostPosted: 20. April 2010 19:00
by khearns
To whom ever this may concern,

I have installed XAMPP and I am trying to test my website. The issue I am running into is that I already have an application (using IIS7) running on Port:80, and I cannot change this port. How do I go about setting up Apache to run on another port or even run together with the other application?

Thanks in advance for your help

Re: Application already running on Port 80

PostPosted: 20. April 2010 21:42
by Nobbie
khearns wrote:How do I go about setting up Apache to run on another port


See the "Listen" Directive in httpd.conf (and the Apache Documentation about "Listen")

khearns wrote:or even run together with the other application?


Only ONE application can listen on ONE port. There is no co-existence.

Re: Application already running on Port 80

PostPosted: 21. April 2010 14:28
by khearns
Thank you! That is the file I was looking for.