OpenShift
我已经通过基于设置了代理服务器本教程并通过将本地系统的端口转发到远程应用程序的端口使用了几天:
$ rhc port-forward AppName
正确方式的结果是:
Checking available ports ... done
Binding httpd -> 127.x.x.1:8080...
Binding python -> 127.x.x.1:15000...
Forwarding ports,
use ctrl + c to stop
但现在,它只转发到不符合目的的 8080 端口(将任何 URL 重定向到 OpenShift 服务器上应用程序的默认页面):
Checking available ports ... done
Forwarding ports ...
To connect to a service running on OpenShift, use the Local address
Service Local OpenShift
------- -------------- ---- ----------------
httpd 127.0.0.1:8080 => 127.9.145.1:8080
Press CTRL-C to terminate port forwarding
我怎样才能将其恢复到正确的状态?是什么导致了这个问题?
答案1
打开 ssh
类型
ctl_all restart
进而
再次运行脚本