Hi,

In fact, all these files are owned by apache, which is exactly my
problem.

As far as I know, there isn't a rivet specific solution to this right
now.  You can do interpreters that are per-virtual host, which helps
some (at least they can't run code across virtual servers).  There
might be something Apacheish that you could use.  Or you could use
Tcl's safe interpreters, wrapping requests in those....  That
shouldn't be too difficult.  Perhaps in the safe interpreters, you
could make some commands available that only open files in the user's
directories.   I think something is doable, but you'll have to work at
it a bit.

--
David N. Welton
- http://www.dedasys.com/davidw/

Linux, Open Source Consulting
- http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to