If I install apache, do I have to turn off IIS to get it to work? How do I swap between the two? For instance, turn one off and the other one on?
david.
g1smd
12:06 pm on Nov 11, 2010 (gmt 0)
As long as they each monitor different ports I guess it is possible to have both running. There would be a lot of problems if they both tried to use the same port.
There's over two million Google results for that query, though I haven't looked at any of the results.
There's probably a number of prior threads somewhere in this forum too.
topr8
12:09 pm on Nov 11, 2010 (gmt 0)
yes you can have both,
the way i've done it on localhost, is to leave iis at the default eg. localhost or 127.0.0.1
and then in the apache configuration file set it to listen on port 8080 you then call up the 'homepage' with 127.0.0.1:8080 or localhost:8080 or machinename:8080 (where machine name = the naem of your computer)