Changes with Apache 2.0.33-dev
+ *) Fix bug where --sysconfdir and --localstatedir were being
+ ignored. [Thom May <thom@planetarytramp.net>, Aaron Bannert]
+ PR 9888
+
+ *) Fix --enable-layout to work again. Caution: When specifying
+ --enable-layout, common arguments like --prefix, --exec-prefix,
+ etc. will be ignored and the settings from the layout will be
+ used instead. [Thom May <thom@planetarytramp.net>, Aaron Bannert]
+ PR 9124, 9873, 9885
+
*) New Directive for mod_proxy: ProxyRemoteMatch. This provides
regex pattern matching for the determination of which requests
to use the remote proxy for. [Jim Jagielski]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2002/02/27 17:06:35 $]
+Last modified at [$Date: 2002/02/27 17:16:29 $]
Release:
* Address popular PRs
* Win32 doesn't install as service correctly [9863, 9914, 9961]
- * --enable-layout doesn't work [9873, 9885]
CURRENT VOTES:
Status: Ken asks, didn't Jeff fix this when he fixed the queue
overrun?
- * the autoconf setup should be fixed to default to using the
- "Apache" layout from config.layout, and each variable settable
- in a layout should be overridable on the command line. Plus,
- what we do right now just doesn't seem to fully fit into how autoconf
- works, eg. AC_PREFIX_DEFAULT issues.
- Message-ID: <Pine.BSF.4.20.0104031557420.20876-100000@alive.znep.com>
-
* Combine log_child and piped_log_spawn. Clean up http_log.c.
Common logging API.