博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
What is hmux in resin?
阅读量:7059 次
发布时间:2019-06-28

本文共 893 字,大约阅读时间需要 2 分钟。

When I start the Resin server it says

hmux listening to localhost:6802

What is this hmux? Is this a service or just resin use it for itself?

 

This is a sample of Resin output:

Resin 3.0.2-beta (built Mon Aug  4 09:26:44 PDT 2003)Copyright(c) 1998-2003 Caucho Technology.  All rights reserved.Starting Resin on Mon, 04 Aug 2003 09:43:39 -0700 (PDT)[09:43:40.664] Loaded Socket JNI library.[09:43:40.664] http listening to *:8080[09:43:40.664] ServletServer[] starting[09:43:40.879] **hmux listening to *:6802**[09:43:41.073] Host[] starting[09:43:41.446] Application[http://localhost:8080/resin-doc] starting[09:43:41.496] Application[http://localhost:8080] starting

Hmux port is the port which listen to Apache server. - Web browser can call Resin directly via port 8080. - Or web broswer can call Apache which in turn forward request to port hmux 6802 of resin

More information can be found at 

转载地址:http://dlrol.baihongyu.com/

你可能感兴趣的文章
scala 中的 日期格式化
查看>>
php面向对象
查看>>
Linux基础:日志管理
查看>>
Java中的多线程你只要看这一篇就够了
查看>>
第二章习题答案
查看>>
关于硬盘的一切!
查看>>
如何解决90%的报表设计难题?300张报表模板任君挑选
查看>>
EL函数库(由JSTL提供的)
查看>>
vagrant学习笔记 - provision
查看>>
PowerDesigner中pdm物理模型中 Name和Comment相互转换
查看>>
web.xml详解
查看>>
刘硕琛_下一代企业安全管理
查看>>
备战网络工程师认证考试:历年真题合集
查看>>
xargs
查看>>
RelativeLayout相对布局
查看>>
一个基于Python 装饰器的缓存库——wrapcache
查看>>
linux eclipse 离线安装svn插件subclipse
查看>>
第二篇,整体架构dbutils dao篇
查看>>
把IP转成整数
查看>>
Android程序员眼中世界上最遥远的距离
查看>>