Zen Cart Logo
Forums / Installing on a Windows Server / Test Server wtih Apache and IIS

Test Server wtih Apache and IIS

Locked

Views: 2,666

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
15 Sep 2007, 5:30 PM
#1
lfong6266 avatar

lfong6266

New Zenner

Join Date:
Sep 2007
Posts:
2
Plugin Contributions:
0

Test Server wtih Apache and IIS

I want to create a test environment for Zen Cart on my home computer. Currently I have IIS installed for my ASP.Net applications. Will I encounter problems if I install Apache on the same machine?

15 Sep 2007, 9:13 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Test Server wtih Apache and IIS

As long as you don't run IIS and apache on the same port, you'll be fine. Normally they both like to use port 80 (which is what http:// means on your URLs).
If you run apache on port 81 then you'll have to access your apache sites using http://localhost:81/blah/blah/etc

15 Sep 2007, 10:03 PM
#3
lfong6266 avatar

lfong6266

New Zenner

Join Date:
Sep 2007
Posts:
2
Plugin Contributions:
0

Re: Test Server wtih Apache and IIS

Is there any special instructions I need to know when I install Apache so it will be on port 81?