diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-25 06:50:53 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-25 06:50:53 +0000 |
commit | 3b92dfd33d844e642ed057a07b4c670d6b295497 (patch) | |
tree | 412d62d78a827f2d3e28cbff0b1d20fe56e0c27e /www/suphp/pkg-descr | |
parent | bf5a7b6d475f4902af7353fc6cd3ff3ec032ec65 (diff) | |
download | ports-3b92dfd33d844e642ed057a07b4c670d6b295497.tar.gz ports-3b92dfd33d844e642ed057a07b4c670d6b295497.zip |
Notes
Diffstat (limited to 'www/suphp/pkg-descr')
-rw-r--r-- | www/suphp/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/suphp/pkg-descr b/www/suphp/pkg-descr new file mode 100644 index 000000000000..04e588bb5945 --- /dev/null +++ b/www/suphp/pkg-descr @@ -0,0 +1,8 @@ +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 |