Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/41.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从openshift服务器访问端口7000_Openshift_Firewall - Fatal编程技术网

从openshift服务器访问端口7000

从openshift服务器访问端口7000,openshift,firewall,Openshift,Firewall,我已经用php盒带设置了一个openshift服务器(免费)。在操作过程中,我想调用以端口7000托管的服务。例如:www.mydomain.com:7000/service 当我用卷发试试这个的时候 curl-v www.mydomain.com:7000/service 我收到“连接失败(IP)…权限被拒绝”消息。即使是我也不能telnet,因为“telnet test.mydomain.com 7000”以“权限被拒绝”结尾 我应该为防火墙或其他任何东西做任何设置吗 您将无法通过端口700

我已经用php盒带设置了一个openshift服务器(免费)。在操作过程中,我想调用以端口7000托管的服务。例如:www.mydomain.com:7000/service

当我用卷发试试这个的时候

curl-v www.mydomain.com:7000/service

我收到“连接失败(IP)…权限被拒绝”消息。即使是我也不能telnet,因为“telnet test.mydomain.com 7000”以“权限被拒绝”结尾


我应该为防火墙或其他任何东西做任何设置吗

您将无法通过端口7000访问您的应用程序。退房