From: Javier Fontan Date: 2005-04-04T02:32:29+09:00 Subject: Re: Multiple users rails hosting 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