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

前端 未结 10 847
梦谈多话
梦谈多话 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

    On Xampp edit apache config

    1. Click Apache 'config'
    2. Select 'httpd-ssl.conf'
    3. Look for 'Listen 443', change it to 'Listen 4430'
    0 讨论(0)
  • 2020-12-22 18:51

    Here is the solution: You use Ctrl+Alt+Delete, open task manager and switch to tab services find VMWareHostd and right click to chose StopService. You can start xampp without error

    0 讨论(0)
  • 2020-12-22 18:55

    Just go to vmvare edit->preferences->shared vms. Click on change settings and disable sharing.click on OK.xampp will work fine.

    0 讨论(0)
  • 2020-12-22 18:57

    Say you let vmware use port 443, and use another ssl port in XAMPP Apache (httpd-ssl.conf) :

    The red error will keep popping in XAMPP Control Panel. You also need to change the port in the XAMPP Control Panel configuration :

    In XAMPP Control Panel, click the "Config" button (top-left). Then click "Service and Port Settings". There you can set the ports to match the ports used by Apache.

    0 讨论(0)
提交回复
热议问题