Rack, map (forward) Port to URI

A

Alexey Petrushin

Hello, Is that possible to map Port to URI with Rack?

I want to integrate Site writen in Ruby with Zimbra Mail and some other
systems:

Site URI: www.company.com/site <= localhost:80
Zimbra Mail: www.company.com/site/mail <= localhost:81
App XXX: www.company.com/site/xxx <= localhost:XX

As i understand it's possible to do with Unix Port Forwarding and Some
Apache Machinery, but it would be a lot simpler and better to do it with
Rack.

Thanks!
 
D

David Masover

Hello, Is that possible to map Port to URI with Rack?
Probably...

I want to integrate Site writen in Ruby with Zimbra Mail and some other
systems:

Site URI: www.company.com/site <= localhost:80
Zimbra Mail: www.company.com/site/mail <= localhost:81
App XXX: www.company.com/site/xxx <= localhost:XX

You want a proxy.
As i understand it's possible to do with Unix Port Forwarding
Nope.

and Some
Apache Machinery,

Apache, or nginx, or perlbal, or...

You may find a proxy that someone has built on Rack, but you really don't want
to do this yourself. I'd recommend you just use nginx.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top