Hi, I'm new to mod_perl, but I haven't been able to find an answer to this
question.

I'm used to mod_php4, and we use "safe_mode" to allow our developers to
write applications, but restrict their access to files they don't own, and
to stop them from using system() or exec() type calls.

Is there anything like this with mod_perl?  I'd like to offer them the
ability to develop with Perl, but I don't really want to give them access
to system() or exec() calls, or the ability to include files that they
don't own.

For instance, I don't want them to be able to pop up an xterm display from
our restricted web server to their display.

Any thoughts?

Thanks,
mga.

Reply via email to