Multiple users rails hosting

A

Aquila

After some searching I discovered a unix machine where I can run Rails.
Multiple users would like to experiment with rails as a webserver, so each
with their own public_html.
How can this be done? Webrick is only for one website and mod_ruby seems to
work badly? Or should we use FastCGI?
 
J

Javier Fontan

Hello,

El 03/04/2005, a las 11:29, Aquila escribió:
After some searching I discovered a unix machine where I can run Rails.
Multiple users would like to experiment with rails as a webserver, so
each
with their own public_html.
How can this be done? Webrick is only for one website and mod_ruby
seems to
work badly? Or should we use FastCGI?

I recoment you to use webrick in developing/testing phase as seems much
easier do debug. You can run multiple webrick servers using different
ports so you can have many aplications served one in each port.

Happy coding
 
A

Aredridel

After some searching I discovered a unix machine where I can run Rails.
Multiple users would like to experiment with rails as a webserver, so each
with their own public_html.
How can this be done? Webrick is only for one website and mod_ruby seems to
work badly? Or should we use FastCGI?

I'd use WEBrick with mod_proxy in either apache or lighttpd, or FastCGI.

Both setups isolate each user into a separate process. FastCGI is the
faster option.
 
A

Aquila

Javier said:
I recoment you to use webrick in developing/testing phase as seems much
easier do debug. You can run multiple webrick servers using different
ports so you can have many aplications served one in each port.

I only have port 80 available, everything else is filtered out.
 

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

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top