Tag Archives: xampp

Xampp modify the port number Apache service detected with wrong [How to Solve]

Apache Service Detected With Wrong Path

17:12:00 [apache] Uninstall the service manually first

17:12:00 [apache] Possible problem detected!

17:12:00 [apache] Port 80 in use by “httpd.exe”!

17:12:00 [apache] Possible problem detected!

17:12:00 [apache] Port 443 in use by “httpd.exe”!

17:12:00 [mysql] MySQL Service Detected With Wrong Path

17:12:00 [mysql] Uninstall the service manually first

17:12:00 [mysql] Possible problem detected!
17:12:00 [mysql] Port 3306 in use by “mysqld.exe”!

 

Solution:

First check whether xampp-control.exe is running as administrator, if not right-click on the above to set it to run as administrator, my reason is this, set to log in as administrator after the problem is solved.

Modify the default ports separately.

1apache port 80

xampp/apache/conf/ httpd.conf

2 port 443

xampp/apache/conf/extra/httpd-ssl.conf

3 port 3306

\xampp\mysql\bin\my.ini

Restart the controller after modification

Last middle page enter: 127.0.0.1: modified apache port number

Xampp Startup Error: Port 80 in use by “Unable to open process” with PID 4!

Starting Failed, Port 80 in use by “Unable to open process” with PID 4!

Cisco: windows10

The end of 80 is used by PID and 4.

Reference document: how to look at the win10 terminals

solution:

Reference: XAMPP – Port 80 in use by “Unable to open process” with PID 4! 12

Change the end of Apache

Step1: config–> Apache(httpd.conf)

Step2: modify httpd.conf, Listen 80 change Listen 8080

#Listen 12.34.56.78:8080
Listen 8080

Server localhost:80 Change Server localhost:8080

Step3: config-> Service and Port Settings -> Apache-> Main Port -> change 8080