diff options
author | Jeremy Chadwick <koitsu@FreeBSD.org> | 2007-12-11 20:38:58 +0000 |
---|---|---|
committer | Jeremy Chadwick <koitsu@FreeBSD.org> | 2007-12-11 20:38:58 +0000 |
commit | c28f2b3cca2651203a00c50c179535838f975943 (patch) | |
tree | 02df50241e1a1b983aa93dee72ce9275150ecc72 /www/suphp/distinfo | |
parent | 9197058d9691a8fc970a59a6758dd5b53bae395b (diff) |
Upgrade to suPHP 0.6.2. This upgrade is quite major; it introduces
numerous features necessary for hosting, adds the use of a configuration
file (vs. compile-time settings) for configuration details, and is
presently supported by the software author.
Changes to httpd.conf are required for this to work, otherwise PHP
content is offered for download and not parsed. pkg-message contains
full migration details, but here's the simple version:
suPHP 0.5.2 suPHP 0.6.2
=========== ===========
AddType application/x-httpd-php .php AddType x-httpd-php .php
AddHandler x-httpd-php .php suPHP_AddHandler x-httpd-php
Tested on RELENG_6 and RELENG_7, using Apache 2.0 and 2.2, with the
help of the PR submitter.
Testing for Apache 1.3 was not performed, thus the port requires the
use of 2.0 or later. suPHP 0.6.2 does support Apache 1.3, but I'll
need someone running 1.3 to work with me on fixing the port to support
it, if desired.
PR: ports/116281
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru>
Notes
Notes:
svn path=/head/; revision=202998
Diffstat (limited to 'www/suphp/distinfo')
-rw-r--r-- | www/suphp/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/suphp/distinfo b/www/suphp/distinfo index dfc75eef2089..eeea8d21d9b1 100644 --- a/www/suphp/distinfo +++ b/www/suphp/distinfo @@ -1,3 +1,3 @@ -MD5 (suphp-0.5.2.tar.gz) = 337909e87027af124052baddddbd2994 -SHA256 (suphp-0.5.2.tar.gz) = 3da1eced3bdf12caa72716f4b72f47d79eec89a1810015c5bab3705469b162c7 -SIZE (suphp-0.5.2.tar.gz) = 104699 +MD5 (suphp-0.6.2.tar.gz) = 06ca9e592a5c6dd3dcb9360c958369c1 +SHA256 (suphp-0.6.2.tar.gz) = 1bb9c6af84bb901c8a39611354e49e5bcd79185eb37b02878dc0840facf0ccfc +SIZE (suphp-0.6.2.tar.gz) = 372228 |