XAMPP启动Apache报443端口占用解决方法

2024-10-12 05:53:43

1、在cmd命令行窗口执行netstat -ano|findstr "443"查看占用443端口的进程id

XAMPP启动Apache报443端口占用解决方法

3、可以杀掉该进程taskkill /f /t /im vmware-hostd.exe

XAMPP启动Apache报443端口占用解决方法XAMPP启动Apache报443端口占用解决方法
猜你喜欢