Пенджаб установлен и работает, но не может подключиться к http://mydomain:5280/xmpp-httpbind
У меня установлен пенджаб на Ubuntu, который имеет Apache и является веб-сервером. Однако, когда я запускаю страницу 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)
Я сижу за прокси компании. Это причина? Спасибо за вашу помощь!
/ Stella