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

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

    Open VMware Workstation > Edit > Prefrences > Shared VMS > Change port 433 > 4330 > save.

    Follow the process Showed in the Following video : https://youtu.be/DYj7qIgwV2M

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

    Connecting to shared virtual machines

    Connection to VMware Workstation Server (the shared virtual machines) is administered by the VMware Host Agent service. The service uses TCP ports 80 and 443. This service is also used by other VMware products, including VMware Server and vSphere, and provides additional capabilities. Configuring shared virtual machines

    With the Shared VMs Workstation preferences, you can disable/enable the server, assign a different port for connecting, and change the Shared VMs directory.

    To access the Shared VMs Workstation preferences:

    Go to Edit > Preferences.
    Click the Shared VMs tab.
    
    0 讨论(0)
  • 2020-12-22 18:38

    Run XAMPP Control Panel as Administrator if using Windows 7 or more. Windows may block access to ports if not accessed by adminstrator user.

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

    It's easier to change the port in VMware Workstation:

    1. Edit > Preferences;
    2. Shared VMs tab;
    3. Disable;
    4. Change port;
    5. Enable.

    Done.

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

    Run vmware as administrator in windows or as root in linux. Then ctrl+P to open preferences. then on shared vms. You can see a port number 443 by default. This is conflicting with apache that is why it is not starting. Change it to some other value say 8443. Then try to start apache it will run.

    0 讨论(0)
  • 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.
    0 讨论(0)
提交回复
热议问题