Hi I've setup my fcgi server to run through a SysV style init script, but now the server runs as root.
I am a bit nervous running my fcgi django server as root. Is there a way of downgrading the process to another user id ? As I understand, execution does not run through the web server anymore (which is running as nobody) I have tried "su nobody -c <command-to-start-fcgi-process>" and also "chmod 4755 /usr/bin/django-amin.py" to no avail (obviously I'm not doing it right) Kind Regards, Niel Drummond --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---