How to stop VMware port error of 443 on XAMPP Control Panel v3.2.1

前端 未结 10 926
梦谈多话
梦谈多话 2020-12-22 18:04

When I run XAMPP Control Panel v3.2.1 I get this error:

07:37:24  [Apache]  Problem detected!
07:37:24  [Apache]  Po         


        
10条回答
  •  死守一世寂寞
    2020-12-22 18:43

    Here is the solution step-by-step:

    1. Open up httpd-ssl.conf in path2xampp\apache\conf\extra
    2. Look for the line Listen 443
    3. Change port number to anything you want. I use 4430. ex. Listen 4430.
    4. Replace every 443 string in that file with 4430.
    5. Save the file.

提交回复
热议问题