Apache があり、Web サーバーである Ubuntu に 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)
私は会社の代理人の後ろに座っています。これが理由ですか?ご親切にありがとうございました!
/ステラ