Under windows i dont think you can start two services at the same time you will more likely get a service is started already. That service if you look at the service instalation of that service it will be pointing to the default server that was installed and not the second service as the second service will not be installed as one is already installed.
What you need to do to get a secodn apache server up and running on windows is to change the name of the service from apache to somethign else
You can have any number of serivices installed but they all must be named something different
you can do this from the command line as such.
Not so hard really go to where you installed it or unzipped it what ever drive that will be. EG: C:\
or C:\Apache Group\Apache2\bin. Those are usually the two default locations, i prefer myself to put it on another partition of a drive or another drive completely. Now you have a real view of where you need to point the command prompt
In order for you to move from one place to another you need to change directory the command for that is cd. so at your shell prompt with in the command line window you will type cd then the exact path to the bin folder EG: >cd C:\
then click the enter key. If you have installed or unzipped the Apache Server on to another partition or drive you will need to do one more thing that is actually tell the command prompt to go to that drive you enter the second command as such EG:>d: that is if you did this on your d drive. Now that you are in your proper location to finally do the work that is needed to setup a Second Apache Server.
Really all you are going to do is rename the Second Apache Server something other then Apache. You can not just rename the file apache.exe, you have to tell the system how to recognize the difference.
In order for you to move from one place to another you need to change directory the command for that is cd. so at your shell prompt with in the command line window you will type cd then the exact path to the bin folder EG: >cd C:\
then click the enter key. If you have installed or unzipped the Apache Server on to another partition or drive you will need to do one more thing that is actually tell the command prompt to go to that drive you enter the second command as such EG:>d: that is if you did this on your d drive. Now that you are in your proper location to finally do the work that is needed to setup a Second Apache Server.
Really all you are going to do is rename the Second Apache Server something other then Apache. You can not just rename the file apache.exe, you have to tell the system how to recognize the difference.
In order for you to move from one place to another you need to change directory the command for that is cd. so at your shell prompt with in the command line window you will type cd then the exact path to the bin folder EG: >cd C:\
then click the enter key. If you have installed or unzipped the Apache Server on to another partition or drive you will need to do one more thing that is actually tell the command prompt to go to that drive you enter the second command as such EG:>d: that is if you did this on your d drive. Now that you are in your proper location to finally do the work that is needed to setup a Second Apache Server.
Really all you are going to do is rename the Second Apache Server something other then Apache. You can not just rename the file apache.exe, you have to tell the system how to recognize the difference.
In order for you to move from one place to another you need to change directory the command for that is cd. so at your shell prompt with in the command line window you will type cd then the exact path to the bin folder EG: >cd C:\
then click the enter key. If you have installed or unzipped the Apache Server on to another partition or drive you will need to do one more thing that is actually tell the command prompt to go to that drive you enter the second command as such EG:>d: that is if you did this on your d drive. Now that you are in your proper location to finally do the work that is needed to setup a Second Apache Server.
Really all you are going to do is rename the Second Apache Server something other then Apache. You can not just rename the file apache.exe, you have to tell the system how to recognize the difference.
In order for you to move from one place to another you need to change directory the command for that is cd. so at your shell prompt with in the command line window you will type cd then the exact path to the bin folder EG: >cd C:\
then click the enter key. If you have installed or unzipped the Apache Server on to another partition or drive you will need to do one more thing that is actually tell the command prompt to go to that drive you enter the second command as such EG:>d: that is if you did this on your d drive. Now that you are in your proper location to finally do the work that is needed to setup a Second Apache Server.
Just as if you where going to install a single server the command would be
EG:>Apache -k install -n "Apache"
To rename the serever you would type this.
EG:>Apache -k install -n "the name you want to call your server in between these quotes"
If you where going to install a ssl version server you would need to add a little bit more code to make it work. EG:>Apache -D SSL -k install -n "name of server" And that is all there is to it!
Never ever keep things in writing LOL
it will always come back to ya in some form or another LOL