在apache中启用http绑定
我想尝试这个 AJAX jabber 库 - http://blog.jwchat.org/jsjac/ 和它需要在我的 Apache 中启用 http 绑定。所以我尝试在 apache conf 中取消注释带有 mod_proxy
和 mod_rewrite
的行。没什么,我从 jsjac 收到错误消息 发生错误: 代码:503 类型:取消 条件:service-unavailable
我需要做什么才能启用此 http 绑定?我在 localhost
上有 Apache,并且我正在尝试连接到公共 jabber 服务器 jabbim.com
。我认为它会与
相关,但不知道如何设置它。我找到了这个页面 - http://httpd.apache.org/docs/2.0/bind。 html 但它对我没有多大帮助:(
感谢帮助!
I want to try this AJAX jabber library - http://blog.jwchat.org/jsjac/ and it needs http binding enabled in my Apache. So i tried to uncomment lines with mod_proxy
and mod_rewrite
in apache conf. Nothing, I get err msg from jsjacAn error occured:
Code: 503
Type: cancel
Condition: service-unavailable
What do I need to do to enable this http binding? I have Apache on localhost
and I am trying to connect to public jabber server jabbim.com
. I think it would be something with <VirtualHost>
, but dunno how to set it. I found this page - http://httpd.apache.org/docs/2.0/bind.html but it didnt helped me much :(
Thanks for help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题解决了,您确实需要启用
mod_proxy
然后输入正确的地址来绑定服务器,在我的例子中是http://bind.jabbim.cz/http-bind/
>。Problem solved, you really need just enable
mod_proxy
and then input correct address to bind server, which is in my casehttp://bind.jabbim.cz/http-bind/
.