I have 2 Apache server installed on the same server but listen to different port.
The first one is Apache 2.2 , the other one is Apache 2.0 in xampp package( -> this Apache use for web application.)
Normally, they can run simultaneously but yesterday I have to restart server.
After I reboot these 2 Apache services can start just 1 service(can start Apache2.2)
the other alert 'fail to start service' message and I can't run my application.
I tried to start service from xampp_start.exe but start service window of xampp just show "Service is starting now." and Apache2.0 service's status still be 'Stop'. Although it can't start successfully but my web application can running.
How to fix these both Apaches run simultaneously?
Thanks in advanced.