On my server, I installed the web application that comes with the Apache Services package. Therefore, all apache dll related files are located in a subdirectory of the application folder (for example, C: \ Program Files \ MyWebApp \ apache2). It seems that when the Windows 2003 server is running, the entire request will be served by these apache services.
Now I want to install another instance of Apache and MYSQL, PhP for the default program folders (for example, C: \ Program Files \ Apache Service Foundation, etc.), however after installation I can not configure it - there is no way to start and run second apache service.
When I install the second Apache, I set the network domain name to "pm2" and select the Port 8080 option. However, when apache finishes during installation, when I type http: // pm2: 8080 , I got a page that cannot be displayed error.
Is there something I missed?
source share