[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mod_perl and cgi-wrapper
- Subject: Re: [cobalt-users] mod_perl and cgi-wrapper
- From: Ted Behling <TBehling@xxxxxxxxxxxxx>
- Date: Thu Aug 9 14:37:21 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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?