Changes with Apache 2.0.48
+ *) Update httpd-*.conf to be clearer in describing the connection
+ between AddType and AddEncoding for defining the meaning of
+ compressed file extensions. [Roy Fielding]
+
*) mod_rewrite: Don't die silently when failing to open RewriteLogs.
PR 23416. [André Malo]
*) mod_rewrite: Fix mod_rewrite's support of the [P] option to send
- rewritten request using "proxy:". The code was adding multiple "proxy:"
- fields in the rewritten URI. PR: 13946. [Eider Oliveira <eider@bol.com.br>]
+ rewritten request using "proxy:". The code was adding multiple "proxy:"
+ fields in the rewritten URI. PR: 13946.
+ [Eider Oliveira <eider@bol.com.br>]
*) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and
expires as directed in RFC 2616. [Thomas Castelle tcastelle@generali.fr]
*) Allow module authors to add a module to their Apache build using
--with-module, without re-running buildconf. The syntax is:
- --with-module=module_type:/path/to/module.c
+ --with-module=module_type:/path/to/module.c
The configure script will copy the module.c file to
modules/module_type, and it will be added to the relevant Makefiles.
currently, this only works for static modules. [Ryan Bloom]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2003/10/02 14:35:17 $]
+Last modified at [$Date: 2003/10/11 01:47:43 $]
Release:
Yes, I think, a useful error message is better than
a coredump in this case.
- * httpd-std.conf: Try to be clearer in describing the connection
- between AddType and AddEncoding for defining the meaning of
- compressed file extensions. Follows mime.types change above.
- docs/conf/httpd-std.conf.in: r1.47, 1.53
- docs/conf/httpd-win.conf: r1.93
- jerenkrantz asks: Why does httpd-std.conf.in have two copies of the
- AddEncoding directives? This is a typo, right?
- nd replies: Sure. 1.53 fixes that.
- +1: fielding, nd, jerenkrantz, erikabele
-
* More ab fixes; r1.129 fixes what looks like a trivial error in the
SSL support; r1.130 adds some state-handling fixes related to
ab's breakage in 2.0.47
#
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
-#
-# AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
-# information on the fly. Note: Not all browsers support this.
-# Despite the name similarity, the following Add* directives have nothing
-# to do with the FancyIndexing customization directives above.
-#
-#AddEncoding x-compress Z
-#AddEncoding x-gzip gz tgz
-
#
# DefaultLanguage and AddLanguage allows you to specify the language of
# a document. You can then use content negotiation to give a browser a
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
-AddType application/x-tar .tgz
-AddType image/x-icon .ico
+#AddType application/x-tar .tgz
+#
+# AddEncoding allows you to have certain browsers uncompress
+# information on the fly. Note: Not all browsers support this.
+# Despite the name similarity, the following Add* directives have nothing
+# to do with the FancyIndexing customization directives above.
+#
+#AddEncoding x-compress .Z
+#AddEncoding x-gzip .gz .tgz
+#
+# If the AddEncoding directives above are commented-out, then you
+# probably should define those extensions to indicate media types:
+#
+AddType application/x-compress .Z
+AddType application/x-gzip .gz .tgz
#
# AddHandler allows you to map certain file extensions to "handlers":
#
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
-#
-# AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
-# information on the fly. Note: Not all browsers support this.
-# Despite the name similarity, the following Add* directives have nothing
-# to do with the FancyIndexing customization directives above.
-#
-#AddEncoding x-compress Z
-#AddEncoding x-gzip gz tgz
-
#
# DefaultLanguage and AddLanguage allows you to specify the language of
# a document. You can then use content negotiation to give a browser a
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
-AddType application/x-tar .tgz
-AddType image/x-icon .ico
+#AddType application/x-tar .tgz
+#
+# AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
+# information on the fly. Note: Not all browsers support this.
+# Despite the name similarity, the following Add* directives have nothing
+# to do with the FancyIndexing customization directives above.
+#
+#AddEncoding x-compress .Z
+#AddEncoding x-gzip .gz .tgz
+#
+# If the AddEncoding directives above are commented-out, then you
+# probably should define those extensions to indicate media types:
+#
+AddType application/x-compress .Z
+AddType application/x-gzip .gz .tgz
#
# AddHandler allows you to map certain file extensions to "handlers":