当前位置:网站首页>Install apache+php+mysql+phpmyadmin xampp and its error resolution
Install apache+php+mysql+phpmyadmin xampp and its error resolution
2022-07-03 18:18:00 【Apprentice Zhang】
Window10
Need to install JDK, course :https://www.cnblogs.com/asio/p/12208547.html
download XAMPP, Official website :https://www.apachefriends.org/index.html
XAMPP Always click Next during installation .
An error may appear after starting
13:22:40 [Apache] Status change detected: running
13:22:41 [Apache] Status change detected: stopped
13:22:41 [Apache] Error: Apache shutdown unexpectedly.
13:22:41 [Apache] This may be due to a blocked port, missing dependencies,
13:22:41 [Apache] improper privileges, a crash, or a shutdown by another method.
13:22:41 [Apache] Press the Logs button to view error logs and check
13:22:41 [Apache] the Windows Event Viewer for more clues
13:22:41 [Apache] If you need more help, copy and post this
XAMPP Apache Boot failure , Port occupied This may be due to a blocked port, missing dependencies
The solution is as follows :
Quote from :XAMPP Apache Boot failure , Port occupied This may be due to a blocked port, missing dependencies
It is analyzed from the log that the port is occupied ,Apache Default startup requires 80 & 443 port ,
【 Investigation method 】
1、telnet, View port usage
telnet 127.0.0.1 80
telnet 127.0.0.1 443
2、 adopt XAMPP In the panel netstat Check the port , Pictured
If you can see 443 The port is vmware-hostd.exe Occupy
resolvent ( Two kinds of ):
1、 close vmware-hostd.exe Services opened , Find VMware Workstation Server The server , Close the secondary service , It won't be right VMware An impact
2、 modify XAMPP Apache conf The configuration file , modify httpd-ssl.conf In the listening 443 Port changed to 444 Or other unoccupied ports
summary : Solve the problem that the port is occupied through the above methods This may be due to a blocked port, missing dependencies, Port occupancy is detected at many levels , In this paper, the main 443 Port occupied , If 80 Port occupied , Modify in the same way httpd.conf file
If it still fails to start , open Apache Of error.log The following information will appear in the log
At the beginning, you will find the following information
[Mon Feb 14 19:06:55.431814 2022] [ssl:warn] [pid 1924:tid 616] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 14 19:06:55.468314 2022] [ssl:warn] [pid 1924:tid 616] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0
This needs to be installed :VC_redist.x64.exe, Download address :https://visualstudio.microsoft.com/zh-hans/downloads/
Scroll to the bottom “ Other tools 、 Framework and redistributable components ” Download as shown in the figure below **Microsoft Visual C++ Redistributable for Visual Studio xxx **, I downloaded it 2022 edition
Restart after installation
Address field input :http://localhost: Your port number /dashboard/, As shown in the figure below, my port number is 80, Then enter http://localhost:80/dashboard/ that will do
After entering, the display is as follows
Reading is highly recommended :
边栏推荐
- win32:堆破坏的dump文件分析
- Theoretical description of linear equations and summary of methods for solving linear equations by eigen
- Discussion sur la logique de conception et de mise en oeuvre du processus de paiement
- How to install PHP on Ubuntu 20.04
- Computer graduation design PHP makeup sales Beauty shopping mall
- PHP MySQL order by keyword
- [combinatorics] generating function (linear property | product property)
- [combinatorics] generating function (positive integer splitting | unordered | ordered | allowed repetition | not allowed repetition | unordered not repeated splitting | unordered repeated splitting)
- Ml (machine learning) softmax function to realize the classification of simple movie categories
- 聊聊支付流程的設計與實現邏輯
猜你喜欢
Win32: dump file analysis of heap corruption
win32:堆破壞的dump文件分析
Redis core technology and practice - learning notes (IX): slicing cluster
Market demand survey and marketing strategy analysis report of global and Chinese pet milk substitutes 2022-2028
Valentine's day, send you a little red flower~
English語法_名詞 - 分類
STM32 realizes 74HC595 control
聊聊支付流程的設計與實現邏輯
Sensor 调试流程
Mature port AI ceaspectus leads the world in the application of AI in terminals, CIMC Feitong advanced products go global, smart terminals, intelligent ports, intelligent terminals
随机推荐
Summary and Reflection on the third week of winter vacation
Applet with multiple tabs and Swipers + paging of each tab
Computer graduation design PHP makeup sales Beauty shopping mall
Classroom attendance system based on face recognition tkinter+openpyxl+face_ recognition
Postfix tips and troubleshooting commands
[combinatorics] generating function (positive integer splitting | unordered non repeated splitting example)
Win 11 major updates, new features love love.
Enterprise custom form engine solution (12) -- form rule engine 2
Analysis report on production and marketing demand and investment forecast of China's PVC industry from 2021 to 2026
A. Odd Selection【BruteForce】
Redis on local access server
win32:堆破坏的dump文件分析
Kotlin's collaboration: Context
Codeforces Round #803 (Div. 2) C. 3SUM Closure
As soon as we enter "remote", we will never regret, and several people will be happy and several people will be sad| Community essay solicitation
Distributed task distribution framework gearman
Win32: analyse du fichier dump pour la défaillance du tas
[教程]在 CoreOS 上构建你的第一个应用
A. Berland Poker &1000【简单数学思维】
Lesson 13 of the Blue Bridge Cup -- tree array and line segment tree [exercise]