Page 1 of 1

xamp Installation Problem

PostPosted: 20. December 2008 19:20
by anshubansal2000
Hi,
I am trying to install XAMP on windows XP by using XAML windows installer. I also have ASP.NET on this machine alongwith IIS server. While installing XAMP, it shows an error message that port 80 is already in use so can't install apache server. While I try to install apache then it stopped automatically. Also I try to access defaut page of apache then it doesn't show up.

Any suggestions?? Help is appreciated.

Thanks
Anshu

Re: xamp Installation Problem

PostPosted: 20. December 2008 19:25
by Wiedmann
I also have ASP.NET on this machine alongwith IIS server

Stop IIS and you can start/install Apache.

They use both the same standard port for HTTP which is port 80. And 2 applications on the same port at the same time is not possible.

Re: xamp Installation Problem

PostPosted: 20. December 2008 19:41
by anshubansal2000
Hi Weidman,

Thanks for suggestion. Is it possible to install apache on some other port and then listen to the traffic on that such as 8080 or other.

Thought??

Anshu

Re: xamp Installation Problem

PostPosted: 20. December 2008 19:44
by Wiedmann
and then listen to the traffic on that such as 8080 or other.

You can change the directive "Listen" in httpd.conf to what ever you want.
(BTW: You must also change the port for HTTPS in "httpd-ssl.conf".)

Re: xamp Installation Problem

PostPosted: 20. December 2008 19:47
by anshubansal2000
Thanks a lot!! it worked.. :) Help is appreciated.

-AB