summaryrefslogtreecommitdiff
path: root/www/apache2/DESCR
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-03-05 23:56:22 +0000
committerjlam <jlam@pkgsrc.org>2002-03-05 23:56:22 +0000
commit9d13a40b720268ca61c7f042fd5de9ce2087ea9c (patch)
tree8668d15a31cbc582ee165c5d5d0e78306d48102a /www/apache2/DESCR
parentb6c9defb473b556415680b53059b2f22d1286ebe (diff)
downloadpkgsrc-9d13a40b720268ca61c7f042fd5de9ce2087ea9c.tar.gz
Update www/apache2 to 2.0.32 beta. Pkgsrc changes from the previous version
include: *) Move the binaries back into ${PREFIX}/sbin to match the locations for www/apache. *) Build the Apache modules (including mod_ssl) so that apache2 has the same functionality as apache. *) Support shared modules on platforms that support them. Otherwise, link the modules statically into the server. *) Support suEXEC in the same way as for www/apache. *) Honor PKG_SYSCONFDIR. *) Add a rc.d-style control script based on www/apache/files/apache.sh. *) Strongly buildlinkify again after previous changes broke it. Relevant changes from version 2.0.28 beta include: *) A ton of bug fixes in both the main server code and the module code (it _is_ a beta release following a previous beta release). *) Several performance and memory optimizations. *) The Location: response header field, used for external redirect, *must* be an absoluteURI. The Redirect directive tested for that, but RedirectMatch didn't -- it would allow almost anything through. Now it will try to turn an abs_path into an absoluteURI, but it will correctly varf like Redirect if the final redirection target isn't an absoluteURI. *) Add several new mod_proxy directives: ProxyTimeout, ProxyPreserveHost, ProxyPass. *) FTP directory listings are now always retrieved in ASCII mode. The FTP proxy properly escapes URI's and HTML in the generated listing, and escapes the path components when talking to the FTP server. *) Add FileETag directive to allow configurable control of what data are used to form ETag values for file-based URIs. *) Introduced the ForceLanguagePriority directive, to prevent returning MULTIPLE_CHOICES or NONE_ACCEPTABLE in some cases, when using Multiviews.
Diffstat (limited to 'www/apache2/DESCR')
-rw-r--r--www/apache2/DESCR12
1 files changed, 5 insertions, 7 deletions
diff --git a/www/apache2/DESCR b/www/apache2/DESCR
index 464fae3b2de..15f559a5b89 100644
--- a/www/apache2/DESCR
+++ b/www/apache2/DESCR
@@ -1,8 +1,6 @@
-Apache is an HTTP server designed as a plug-in replacement for
-the NCSA server version 1.3 (or 1.4). It fixes numerous bugs in
-the NCSA server and includes many frequently requested new
-features, and has an API which allows it to be extended to meet
-users' needs more easily.
+The Apache HTTP Server Project is a collaborative software development
+effort aimed at creating a robust, commercial-grade, featureful, and
+freely-available source code implementation of an HTTP (Web) server.
-Note that the pkgsrc directory builds and installs an alpha version of
-Apache.
+*NOTE: This package installs a beta release of Apache 2.0. For a stable
+ release, please install Apache1.3.x (www/apache).