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.2/README.fedora for
installation instructions. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | mod_suphp | 0.6.2 | 1.fc6 | ppc | 240 KiB | Sat Mar 10 18:51:10 2007 | 
        
        Changelog
        
            - * Sat Mar 10 17: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 
            - * Fri Nov 10 17:00:00 2006 Andreas Thienemann <andreas{%}bawue{*}net> - 0.6.1-4
- - Fix double free corruption. For real this time. :-/ 
            - * Fri Sep  8 18:00:00 2006 Andreas Thienemann <andreas{%}bawue{*}net> - 0.6.1-3
- - Finally fixed double free corruption #192415
- Fixed up configuration creation