diff options
author | clement <clement@FreeBSD.org> | 2004-08-17 12:41:26 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-08-17 12:41:26 +0000 |
commit | ecf5c13d3da42cee9d3a2bfa82376ed2f829e6c9 (patch) | |
tree | e6ab2ce45f97385532e41f2fa8bb3070e39cd47e /UPDATING | |
parent | 915264f5d91ef853152406e14beff3cfe8930816 (diff) | |
download | FreeBSD-ports-ecf5c13d3da42cee9d3a2bfa82376ed2f829e6c9.zip FreeBSD-ports-ecf5c13d3da42cee9d3a2bfa82376ed2f829e6c9.tar.gz |
- Bump PORTREVISION for all previous changes
- Allow access to /home if mod_userdir is loaded
- We don't need apache2libs.sh if apr is installed from ports.
- Add recent changes to UPGRADING
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20040817: + AFFECTS: users of www/apache2 + AUTHOR: clement@FreeBSD.org + + Summary of recent changes: + - Access to filesystem is denied by default. + - mod_proxy* are no longer built by default + - Now ${PREFIX}/etc/apache2/Includes/*.conf can be used to store + local configuration or sample configurations. + - Makefile.modules.3rd contains modules selection for apache 2.x and 1.3.x + 20040815: AFFECTS: users of net/openldap22{,-sasl}-server AUTHOR: eik@FreeBSD.org |