jennyw wrote: > I've noticed that when I start mongrel using sudo, I don't have all > the environment variables I've set using default_environment. Is there > a way to set environment variables for use with sudo as well?
You have to configure sudo (in /etc/sudoers) to pass environment variables. This is disabled by default as it is a security vulnerability. Jonathan -- Jonathan Weiss http://blog.innerewut.de http://twitter.com/jweiss --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
