Re: IIS and Apache side by side

2001-04-09 Thread Anuj Agrawal
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 Int

RE: IIS and Apache side by side

2001-04-09 Thread Taylor, Richard
yping http://localhost/ and the apache web pages by typing http://localhost:8080/ Rich. -Original Message- From: Joar Vatnaland [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 1:52 PM To: '[EMAIL PROTECTED]' Subject: IIS and Apache side by side I installed Apache on my Wi

Re: IIS and Apache side by side

2001-04-09 Thread jae H. Roh
, 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

IIS and Apache side by side

2001-04-09 Thread Joar Vatnaland
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 a