in reply to Re: Re: Re: Re: Re: Re: mod_perl and shared environments don't mix - do they?
in thread mod_perl and shared environments don't mix - do they?
In both cases you need nothing more than the ability to compile the module and the ability to add it to the path. Instructions for loading a custom C library from a PHP page are here.
Mod_perl can modify apache internals
Like what? You can add configuration directives, if you have the ability to compile a C module and add it to httpd.conf. You can control which phase your module gets called in (to create an auth handler), but that's no more of a security risk than any other access. You can modify values of the current request, but again, this doesn't hurt any one else. Looking down the API, I just don't see anything that would allow one to wreak more havoc than you could with PHP.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Re: Re: Re: mod_perl and shared environments don't mix - do they?
by bean (Monk) on Aug 11, 2003 at 17:44 UTC | |
by perrin (Chancellor) on Aug 11, 2003 at 18:56 UTC | |
by Aristotle (Chancellor) on Aug 11, 2003 at 21:19 UTC | |
by bean (Monk) on Aug 11, 2003 at 19:57 UTC |