不得不重新安装机器上的大部分内容,但我在单独的驱动器上安装了 xampp。我启动了控制面板并点击 apache 服务的启动,但它没有启动。
这是我收到的错误。我有点困惑发生了什么,因为我从来没有碰过 xampp 文件夹中的任何东西。
[Tue Nov 29 21:45:33 2011] [error] VirtualHost _default_:443 -- mixing * ports and
non-* ports with a NameVirtualHost address is not supported, proceeding with
undefined results
(OS 10048)Only one usage of each socket address (protocol/network address/port) is
normally permitted. : make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
答案1
该错误表明您的系统上有其他程序正在监听端口 443。是否有可能实例已在运行?无论哪种情况,要查看发生了什么,请查看 netstat -ano,并查看哪个 pid 绑定到端口 443。