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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a sample of Resin output:
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://www.caucho.com/resin-3.0/install/cse-apache.xtp