From: William A. Rowe Jr Date: Wed, 9 Apr 2003 20:15:02 +0000 (+0000) Subject: Please consider and vote - see what this choice has done to us X-Git-Tag: pre_ajp_proxy~1875 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=967f7bbbb7ca90022f9fbf155a0a19c589ad675d;p=thirdparty%2Fapache%2Fhttpd.git Please consider and vote - see what this choice has done to us r.e. .tar.gz.md5 files and so forth. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99313 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/STATUS b/docs/STATUS index abba4254591..e0171e52f8c 100644 --- a/docs/STATUS +++ b/docs/STATUS @@ -1,5 +1,5 @@ Apache HTTP Server 2.1 Documentation Status File. -Last modified: $Date: 2003/04/07 16:47:57 $ +Last modified: $Date: 2003/04/09 20:15:02 $ For more information on how to contribute to the Apache Documentation Project, please see http://httpd.apache.org/docs-project/ @@ -9,6 +9,16 @@ Project, please see http://httpd.apache.org/docs-project/ Decisions pending ================= + -Comment out .gz etc. AddEncoding lines in our default configuration. + docs/conf/httpd-std.conf.in rev 1.32 + jerenkranz: Current browsers have a tendency to decompress the data + when no one really wants it to do that. If you want the + 2.0 behavior that leads to transparent decompression + by modern browsers, uncomment these lines. But, this + shouldn't be our default, and certainly wasn't in 1.3. + - Backport to 2.0 + +1: wrowe + - Where to put docs checkout on website - Leave it at /docs-x.y/ +1: Joshua, Erik, Kess, Mads