我试图在Windows 10上运行两个XAMPP实例。每个实例都有不同版本的PHP。我在第一个旁边安装了第二个XAMPP,将端口从80更改为8080,将443更改为444并运行它。当我第一次运行时,没有问题,运行良好。但是当我改变vhosts并重启Apache服务器几次时,发生了我无法再次运行它的情况。我总是收到此错误消息:
14:40:31 [Apache] Error: Apache shutdown unexpectedly.
14:40:31 [Apache] This may be due to a blocked port, missing dependencies,
14:40:31 [Apache] improper privileges, a crash, or a shutdown by another method.
14:40:31 [Apache] Press the Logs button to view error logs and check
14:40:31 [Apache] the Windows Event Viewer for more clues
14:40:31 [Apache] If you need more help, copy and post this
14:40:31 [Apache] entire log window on the forums
Skype未运行,所有端口都使用netstat检查,没有应用程序使用端口8080或444.第一个XAMPP on porst 80和443正在正常运行。如果我一起或分开运行它并不重要。
你知道我该如何解决这个问题吗?感谢
答案 0 :(得分:0)
您使用过netstat -a吗?这将打印所有已分配的侦听端口以及当前建立的侦听端口。可能444或8080中的一个或两个属于该类别。