What should I do if xampp's apache cannot be opened? Recently, many friends have been consulting the editor on this issue. So today I will bring you a solution to xampp's apache that cannot be opened. Friends in need can come and take a look.
1. First, open the xampp software on your computer, and then enter the interface in the picture below.
2. Next, we click the "start" option behind the Apache option in the xampp software interface. At the bottom of the interface, you will be prompted that the startup failed.
3. We can see in the prompt below that the reason for the startup failure is that the port is occupied. Next, we start setting the port.
4. We click the "config" button behind the "apache" option in the xampp software interface, and then click the "Apache (httpd.conf)" option in the drop-down option.
5. We enter the interface in the picture below. We change port 80 to 8083 in the TXT document. After the modification is completed, we click Save.
6. Next, we click the "Config" button behind the Apache option, and then we click "Apache (httpd-ssl.conf)" from the options below, as shown in the figure below.
Next, we change the 443 port to 4433 from the TXT document again. After the modification is completed, click Save again.
7. Next, we start apache again. At this time, we can see that the startup is successful in the prompt below.
The above is the solution brought by the editor to solve the problem that xampp's apache cannot be opened. I hope it can help everyone.