Assalamo Aliekum,
I have installed easy php on pc with apache, i want to know that how can we run 2 servers on one mashine i.e; iis & apache.
I am very thankful for your consideration and response.
Thanks.
"2 servers on pc?"
Moderator: General Moderators
You can indeed do so. Disable the first server, install the second, and when the install is complete and working, change the port that it binds to to a different number. (81 and 8080 are common alternatives to the default port 80). Then re-enable the first server.
That way, IIS can be on port 80, and Apache can be on port 81.
That way, IIS can be on port 80, and Apache can be on port 81.
The config file for the server itself. For apache, it is set in the httpd.conf file. For IIS, I am not certain.heerajee wrote:Some information is required.
1- after installing the 2nd server(IIS) which property we will use to chang the ports of these servers.
You setup each server to serve up the files you want, and then access them:heerajee wrote:2- After installing both, how will we run the files on these servers.
http://www.example.com (port 80, apache perhaps)
http://www.example.com:81 (port 81, IIS perhaps)
Yes, as long as they are on seperate ports.heerajee wrote:3- Is it possible to run 2 server at the same time.