Re: Search for Apache::Safe

2000-05-26 Thread Alexander Lazic

thanx, i will try with it.

al ;-)

REPLY-
at 25.05.00 12:24 Doug MacEachern wrote:

>On Thu, 25 May 2000, Alexander Lazic wrote:
>
>> hi,
>>
>> i search for the Apache::Safe Module which isn´t in mod_perl-1.24
>> included.
>
>it doesn't exist.  i had written a version once, but wasn't happy with it.
>there is an experimental PerlOpmask directive that was added to mod_perl
>in 1.15_01 (see Changes 9/98), but i haven't looked at since.  this
>directive is intended to mask op codes (e.g. system, backticks) and skips
>the namespace protection that Safe.pm attempts to provide, that simply
>cause too much trouble when trying to implement Apache::Safe.

END REPLY-




Re: Search for Apache::Safe

2000-05-25 Thread Doug MacEachern

On Thu, 25 May 2000, Alexander Lazic wrote:

> hi,
> 
> i search for the Apache::Safe Module which isn´t in mod_perl-1.24
> included.

it doesn't exist.  i had written a version once, but wasn't happy with it.
there is an experimental PerlOpmask directive that was added to mod_perl
in 1.15_01 (see Changes 9/98), but i haven't looked at since.  this
directive is intended to mask op codes (e.g. system, backticks) and skips
the namespace protection that Safe.pm attempts to provide, that simply
cause too much trouble when trying to implement Apache::Safe.