You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Joar Vatnaland <Jo...@synopsys.co.uk> on 2001/04/09 14:51:59 UTC

IIS and Apache side by side

I installed Apache on my Win2000 machine, which also
has Internet Information Server 5.0 running.  Both are for developing
purposes.  After I installed Apache, my IIS pages have stopped working.
They are not accessible anymore, because Apache now has the starting point
of http://localhost/

Does anyone have a trick to have them both working at the same time?

Re: IIS and Apache side by side

Posted by "jae H. Roh" <jh...@alum.mit.edu>.
You need to have them listen on different ports.  The default for http is
port 80.  I know that this is selectable for apache.  I have no idea about
IIS.

----- Original Message -----
From: "Joar Vatnaland" <Jo...@synopsys.co.uk>
To: <to...@jakarta.apache.org>
Sent: Monday, April 09, 2001 8:51 AM
Subject: IIS and Apache side by side


I installed Apache on my Win2000 machine, which also
has Internet Information Server 5.0 running.  Both are for developing
purposes.  After I installed Apache, my IIS pages have stopped working.
They are not accessible anymore, because Apache now has the starting point
of http://localhost/

Does anyone have a trick to have them both working at the same time?


Re: IIS and Apache side by side

Posted by Anuj Agrawal <ag...@lucent.com>.
Have them listening on different ports.

You can change the port for IIS via the MMC (Microsoft Management Console).

And you can change the port for Apache in the httpd.conf file in the conf
directory.

Anuj.

Joar Vatnaland wrote:

> I installed Apache on my Win2000 machine, which also
> has Internet Information Server 5.0 running.  Both are for developing
> purposes.  After I installed Apache, my IIS pages have stopped working.
> They are not accessible anymore, because Apache now has the starting point
> of http://localhost/
>
> Does anyone have a trick to have them both working at the same time?