Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
mod_suphp - An apache2 module for executing PHP scripts with the permissions of their owners
suPHP is an apache module for executing PHP scripts with the permissions of
their owners. It consists of an Apache module (mod_suphp) and a setuid root
binary (suphp) that is called by the Apache module to change the uid of the
process executing the PHP interpreter.
Please take a look at /usr/share/doc/mod_suphp-0.6.3/README.fedora for
installation instructions.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| mod_suphp |
0.6.3 |
1.el5 |
i386 |
236 KiB |
Tue Apr 1 09:12:27 2008 |
Changelog
- * Sun Mar 30 22:00:00 2008 Andreas Thienemann <andreas{%}bawue{*}net> - 0.6.3-1
- Updated to 0.6.3 fixing two security problems. #439687
- * Tue Feb 19 22:00:00 2008 Fedora Release Engineering <rel-eng{%}fedoraproject{*}org> - 0.6.2-2
- Autorebuild for GCC 4.3
- * Sat Mar 10 22:00:00 2007 Andreas Thienemann <andreas{%}bawue{*}net> - 0.6.2-1
- Updated to 0.6.2
- Reverted our double free patch. Upstream fixed their SmartPointer
implementation.
- Reverted our apr Patch, upstream is working correctly with Apache 2.2 now