developer tip

XAMPP Control Panel v3.2.1에서 VMware 포트 오류 443을 중지하는 방법

copycodes 2020. 12. 2. 21:31
반응형

XAMPP Control Panel v3.2.1에서 VMware 포트 오류 443을 중지하는 방법


XAMPP Control Panel v3.2.1을 실행할 때이 오류가 발생합니다.

07:37:24  [Apache]  Problem detected!
07:37:24  [Apache]  Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 2148!
07:37:24  [Apache]  Apache WILL NOT start without the configured ports free!
07:37:24  [Apache]  You need to uninstall/disable/reconfigure the blocking application
07:37:24  [Apache]  or reconfigure Apache and the Control Panel to listen on a different port

나는 그것을 스스로 고칠 수 없었다. 곧 도움을 받으면 감사 할 것입니다.


단계별 솔루션은 다음과 같습니다.

  1. 열기까지 httpd-ssl.confpath2xampp\apache\conf\extra
  2. 라인을 찾으십시오 Listen 443
  3. 포트 번호를 원하는대로 변경하십시오. 나는 4430. 전의. Listen 4430.
  4. 443해당 파일의 모든 문자열을 4430.
  5. 파일을 저장하십시오.

VMware Workstation에서 포트를 변경하는 것이 더 쉽습니다.

  1. 편집> 기본 설정;
  2. 공유 VM 탭;
  3. 비활성화;
  4. 포트 변경;
  5. 활성화합니다.

여기에 이미지 설명 입력

여기에 이미지 설명 입력

여기에 이미지 설명 입력

끝난.


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.


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


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.

On Xampp edit apache config

  1. Click Apache 'config'
  2. Select 'httpd-ssl.conf'
  3. Look for 'Listen 443', change it to 'Listen 4430'

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


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 :

XAMPP 제어판에서 "구성"버튼 (왼쪽 상단)을 클릭합니다. 그런 다음 "서비스 및 포트 설정"을 클릭합니다. Apache에서 사용하는 포트와 일치하도록 포트를 설정할 수 있습니다.


Windows 7 이상을 사용하는 경우 XAMPP 제어판을 관리자 권한으로 실행하십시오. 관리자가 액세스하지 않으면 Windows에서 포트 액세스를 차단할 수 있습니다.

참고 URL : https://stackoverflow.com/questions/21182512/how-to-stop-vmware-port-error-of-443-on-xampp-control-panel-v3-2-1

반응형