634d29d414
Quite a few users still depend on this and are getting it from untrusted sources. Its security track record is actually pretty good still. SuPHP is still the simplest solution for shared hosting. Other vendors still provide this as well. - Add a pkg-message explaining the situation and advising users to move away from this if possible. - Stage - Take maintainership
9 lines
402 B
Text
9 lines
402 B
Text
suPHP is a combination of an Apache module (mod_suphp) and an
|
|
executable which provides a wrapper for PHP. With both
|
|
together, it is possible to execute PHP scripts with the
|
|
permissions of their owner without having to place a PHP
|
|
binary in each user's cgi-bin directory. suPHP doesn't need
|
|
Apache's suExec, provides a logging function and support for
|
|
different php.ini's.
|
|
|
|
WWW: http://www.suphp.org/
|