xampp修改各端口号 Apache Service Detected With Wrong ...

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"!

首先检查xampp-control.exe是否以管理员身份运行,如果不是在上面点右键设置为以管理员身份运行,我的原因就是这样,设为管理员身份登录后问题就解决了。



分别修改默认端口:

1 apache80端口

xampp/apache/conf/ httpd.conf

2 443端口

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

3 3306端口

\xampp\mysql\bin\my.ini

修改后重启控制器

最后中页面输入:127.0.0.1:修改后的apache端口号

你可能感兴趣的:(apache,service,with,Path,xampp修改各端口号,Wrong,detected)