[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] mod_perl and cgi-wrapper



At 11:28 PM 8/9/01 -0400, Olaf Alders wrote:
>However, after I did this my scripts ran into permission problems when
>trying to access certain files.  It seems that under mod_perl, the scripts
>no longer run under the wrapper.  Is this correct?

Yes.  mod_perl, by its nature, runs Perl in Apache's security context.

>If so, is there a way to
>get the wrapper to work together with mod_perl or at least a way to get the
>scripts to run under permissions of the user who owns the script?