This shows you the differences between two versions of the page.
|
zh:zoo:webserverport80 [2015/09/14] |
zh:zoo:webserverport80 [2020/08/14] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======Zoo5 于网络服务器上启动失败 ====== | ||
| + | > **产品:** // | ||
| + | > **摘要:** //Zoo 5需要使用TCP埠80。 requires access to TCP Port 80. This is not possible on systems with Web Services running.// | ||
| + | ===== 问题 ===== | ||
| + | 当我重新开启我的服务器时,Zoo 5服务并未被启动。我检查了Windows事件日志(控制台-> | ||
| + | |||
| + | < | ||
| + | The Zoo 5.0 service on the Local Computer started and then stopped. | ||
| + | Some services stop automatically if they are not in use by another | ||
| + | service or program. | ||
| + | </ | ||
| + | |||
| + | 在 Windows 事件日志中,检查详细信息的错误,可看到下列报告: | ||
| + | |||
| + | < | ||
| + | Address already in use by another process. | ||
| + | Run ' | ||
| + | process ID, then look in Task Manager to find the name of that process. | ||
| + | </ | ||
| + | |||
| + | - 在命令列执行**NETSTAT -ano**,记下您想要开放的PID号埠。 | ||
| + | - 从工作管理员可以看到哪些程序具有 PID,你可以了解哪些程序正在使用该埠。 | ||
| + | |||
| + | 这个错误的主因是正有其他应用程序已占用埠80,一次只有一个应用程序可以使用埠80,所以Zoo无法正常使用,一般来讲会常见的应用程序会影响到的埠80如下: | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[zoo: | ||
| + | ===== 解决方式 ===== | ||
| + | - 把Zoo移到另一台没有执行其他网络服务的主机。可以是一台打印服务器、另一个保持开启的计算机工作站或是另外一个虚拟主机。 | ||
| + | - 将其他的网络服务配置到不同埠,Apache及IIS皆可配置到不同的埠运行。 | ||
| + | |||
| + | \\ | ||
| + | |||
| + | {{tag> | ||