“连接超时”使用部署模块进行部署时出错
在两个站点实例之间本地部署内容效果很好。 当将一个实例移动到远程服务器时,会出现以下错误消息:
Module : login
Description : Remote user
Result : Error
Message : Connection timed out
我的 apache 访问日志条目是:
./node_operations/deploy_now/86 HTTP/1.1" 302
./admin/build/deploy/logs/details/6 HTTP/1.1" 200
部署模块版本:6.x-1.x-dev 服务模块版本:6.x-2.2
有人知道什么可能导致此问题吗?
Locally deploying content between two site instances works fine.
It's when moving one instance to a remote server that gives me the following error message:
Module : login
Description : Remote user
Result : Error
Message : Connection timed out
My apache access log entries are:
./node_operations/deploy_now/86 HTTP/1.1" 302
./admin/build/deploy/logs/details/6 HTTP/1.1" 200
Deployment module version: 6.x-1.x-dev
Service module version: 6.x-2.2
Does anybody have an idea what could cause this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您看到超时,则可能是防火墙被阻止。您可以在开发盒上启动 telnet 并测试您实际上可以通过端口 80 连接到目标 - 因为部署模块使用 xmlrpc 来推送内容。如果一切正常,您可以检查 Drupal 看门狗日志。
Probably firewall is blocking if you are seeing timeout. You can fire up telnet on the dev box and test that you can actually connect to the target over port 80 - since deployment module uses xmlrpc to push content. If all is working there you can check the Drupal watchdog logs.