> AFAIK, you need to use webbrick, mongrel or lightTPD to run a Rails > Apps :-)
Actually, there is nothing to stop you running Rails apps under plain old CGI, if performance is not an issue. i.e. every rails app HTTP request will fork off a new process, initialise the rails environment, and then service the request. It won't be the fastest solution, but it will work without requiring any new processes to be managed on your server. Cheers David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---