From: Justin Erenkrantz Date: Thu, 10 Apr 2003 18:03:58 +0000 (+0000) Subject: Ya think if I hang around long enough, people will know how to spell my last X-Git-Tag: pre_ajp_proxy~1869 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2666bad0da2c7bf7b65aed4fece76b2133d96f7a;p=thirdparty%2Fapache%2Fhttpd.git Ya think if I hang around long enough, people will know how to spell my last name. (Heck, I'm lucky if I get people to call me by my first name.) Also split out something I didn't explicitly say as well, but may be true. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99320 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/STATUS b/docs/STATUS index 9e04b4389d9..5a393f32e80 100644 --- a/docs/STATUS +++ b/docs/STATUS @@ -1,5 +1,5 @@ Apache HTTP Server 2.1 Documentation Status File. -Last modified: $Date: 2003/04/09 21:58:52 $ +Last modified: $Date: 2003/04/10 18:03:58 $ For more information on how to contribute to the Apache Documentation Project, please see http://httpd.apache.org/docs-project/ @@ -11,11 +11,12 @@ 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. + jerenkrantz said in the log message: + Current browsers have a tendency to decompress the data when no one + really wants it to do that. If you want the old behavior that leads to + transparent decompression by modern browsers, uncomment these lines. + But, this shouldn't be our default. + Someone else said: Certainly wasn't in 1.3. - Backport to 2.0 +1: wrowe, slive