【发布时间】:2018-05-24 21:12:51
【问题描述】:
部分用户在连接到 AppEngine 服务器时收到此 403 错误:
Permission denied
You don't have permission to access / on this server
我很难调试这个错误,因为我无法重现它,当我搜索错误时,它似乎是 apache 的服务器生根问题?有人在使用 Google AppEngine 时遇到过这个问题吗?
【问题讨论】:
-
连接是指通过 http/https?如果只有部分用户有此问题,则可能是防火墙(您是否阻止了某些 IP 地址?)或缓存问题。
-
我们通过同一个网络连接,我没有阻止 IP 地址。即使清除缓存后问题仍然存在:(
标签: google-app-engine google-cloud-platform