Gregory (Grisha) Trubetskoy
grisha at modpython.org
Wed Jan 26 10:00:31 EST 2005
On Wed, 26 Jan 2005, Lionel Roubeyrie wrote: > Hi all, > Is it possible to execute some mod_python codes by another user than the > default apache user? You can write a suid wrapper which you'd call from mod_python. Or another way to do this is via the sudo command. Grisha
|