On Feb 1, 4:27 am, sandro dentella <[EMAIL PROTECTED]> wrote:
> Hi,
>
>   i'd like to make an application that should execute commands with
>   permission that are not normally for www-data (eg: create user). Of
> course
>   I know I could use sudo and execute the command via subprocess or
>   similar. But it happens that the command is a python script so i'd
> prefer
>   to use the python library directly.
>
>   Is there any reccomanded way/ a sudo-module or similar?

You could use daemon mode of mod_wsgi instead and configure it to have
your whole application run as the target user rather than Apache, then
you don't have to worry about it at all. FASTCGI solutions also
generally allow the application to run as a different user to Apache
as well.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to