Letter H

httpd-suexec-phpfcgi - PHP specialized suexec for Apache HTTP Server

Website: http://httpd.apache.org/
License: Apache
Description:
Chroot supported suexec-phpfcgi for PHP fcgi installation
This suexec does following
- chroot to user's home dir specified by SuexecUserGroup directive
    e.g. write "SuexecUserGroup someuser somegroup" in VirtualHost config
  (IMPORTANT: home dir MUST have derectory depth equals 2.
    e.g. /www/user or /home/user)
- you have setup library and binary for chrooted environment
    e.g. mount --bind / /www/user/mnt; cd /www/user; ln -s mnt/{bin,lib,usr}
- DOCUMENT_ROOT is set to "/html" in this modified suexec.
  (You MUST use path before chroot for DOCUMENT_ROOT in VirtualHost config.
    e.g. /www/user/html)
- fcgi wrapper MUST be located at "/cgi-bin/"
    e.g. /www/user/cgi-bin
- this suexec does not check script's user/group ownership
  (You may use 2 accounts to protect PHP script from modifying)

Packages

httpd-suexec-phpfcgi-2.2.16-4m.mo8.i686 [10 KiB] Changelog by Hiromasa YOSHIMOTO (2011-04-11):
- (2.2.16-4m)
- rebuild for new GCC 4.6

Listing created by Repoview-0.6.6-1m.mo8