1. Environment: Win7 64-bit installation XAMPP 32-bit.
XAMPP Download Address: https://www.apachefriends.org/download.html
2. At the end of the installation process, the error message prompts Windows not to find the-n file. Also, Microsoft Visual C + + 2008 Redistributable Package (x86) is not installed.
Solution:
Download and install Microsoft Visual C + + 2008 Redistributable Package (x86). Download Address: https://www.microsoft.com/zh-CN/download/details.aspx?id=29
Then uninstall the previous version and reinstall it. To avoid other errors, I was installed under the default C:\XAMPP.
3. Startup failed when starting the APAHCE service. Modify the default port number 80 for others to still fail to start.
On the command line, open the Httpd.exe under C:\xampp\apache\bin, prompting (OS 10048) that each socket address (Protocol/network address/port) is normally allowed to be used only once. : Ah00072:mak
E_sock:could not bind to address [::]:443
Solution:
Enter Netstat-ano in the console. Displays all processes along with the corresponding port number. Find the 443 address corresponding to the process ID of 2200. Then open Task Manager and discover that my Visualsvnserver startup is turned on and takes up this port number.
Turn off the Visualsvnserver service.
If your message says yes: 80, then the port number is occupied. Directly modify the C:\xampp\apache\conf\httpd.conf port number 80 for the other.
The above is a small set to introduce the Win7 installation xampp prompted Windows to find the-n file (after the successful installation, 443 port occupancy, the Apache server can not start the normal) solution, I hope to help you, if you have any questions please leave me a message, Small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!