Say you have a server with several apps. Those are your own projects
in your own machine, not shared hosting.

In Apache + Mongrel I normally had a user account per app, and a vhost
per app. Mongrels were launched by the corresponding user, so they run
with his regular permissions. Since Apache talked to the apps through
mod_proxy_balancer everything was fine.

In mod_rails there's a single global user, that user is not per vhost.

Would you switch to a single system user and have all the apps in his
home? Would you base permissions on Unix groups and chmod whatever you
need? What do you recommend?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to