2011-08-12 13 views
0

私はPubをUbuntuにインストールしています。これにはApacheがあり、Webは です。私はページhttp://mydomain:5280/xmpp-httpbind、 を起動したときしかし、私は次のエラーMSGを得た:punjabがインストールされ、実行されますが、http:// mydomain:5280/xmpp-httpbindに接続できません。

" Network Error (tcp_error) 
communication error occurred: "Operation timed out 
    The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time." 

twisted.logはあまり言っていない:

2011-08-12 10:02:33+0200 [-] Log opened. 
2011-08-12 10:02:33+0200 [-] twistd 10.2.0 (/usr/bin/python 2.7.1) starting up. 
2011-08-12 10:02:33+0200 [-] reactor class: twisted.internet.selectreactor.SelectReactor. 
2011-08-12 10:02:33+0200 [-] twisted.web.server.Site starting on 5280 
2011-08-12 10:02:33+0200 [-] Starting factory <twisted.web.server.Site instance at 0x19c0ef0> 

punjab.tacファイル内の重要な設定は:

root.putChild('http-bind', resource.IResource(bosh)) 
site = server.Site(root) 
application = service.Application("punjab") 
internet.TCPServer(5280, site).setServiceParent(application) 

私は会社のプロキシの後ろに座っています。これが理由ですか? あなたの親切な助けてくれてありがとう!

/ステラ

答えて

関連する問題