我的本地主机上运行着一个 Snow Leopard 服务器,并且我在其中激活了 Web 服务。除了托管服务器的默认协作工具外,不使用 Web 服务。
我只有一个 IP 为 * 的网站,并且此服务器下启用了 Wiki 网络服务。当我访问服务器的 IP 地址时,我会看到主页,其中显示可用的服务(即我的页面、wiki、博客)。
当我点击任何这些服务时,我会得到:
Service unavailable!
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
If you think this is a server error, please contact the webmaster.
Error 503
Apache 错误日志:http://pastebin.com/yb1fHVb2
知道这是什么原因造成的吗?
答案1
事实证明,wikid 的日志文件没有创建,我在 ServerAdmin.app >> Web >> Sites >> Logs 中注意到了这一点。为了创建日志:
cd /Library/logs
sudo mkdir wikid
sudo chown teamsserver:teamsserver wikid
sudo chmod 775 wikid
最后,重新启动Web服务。