create a v2.2. patch?
covener: resolved conflict
+ * mod_include: Allow fine control over the removal of Last-Modified and ETag headers
+ within the INCLUDES filter, making it possible to cache responses if
+ desired. Fix the default value of the SSIAccessEnable directive.
+ 2.2.x patch: http://people.apache.org/~minfrin/mod_include_caching2-2.2.patch
+ Trunk patch: http://svn.apache.org/viewvc?rev=905406&view=rev
+ +1: minfrin, jim, rpluem
+
+ * mod_log_config: Add the R option to log the handler used within the
+ request.
+ Submitted by: Christian Folini <christian.folini netnea com>
+ Trunk patch: http://svn.apache.org/viewvc?rev=905420&view=rev
+ Trunk works for 2.2.x
+ +1: minfrin, jim, rpluem
+
+ * mod_proxy_http: Make sure that when an ErrorDocument is served
+ from a reverse proxied URL, that the subrequest respects the status
+ of the original request. This brings the behaviour of proxy_handler
+ in line with default_handler.
+ PR: https://issues.apache.org/bugzilla/show_bug.cgi?id=47106
+ Trunk patch: http://svn.apache.org/viewvc?rev=909899&view=rev
+ 2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=24976
+ +1: minfrin, jim, rpluem
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
identified in the comments. Legitimate API users are
presently broken by this memory scope flaw.]
- * mod_include: Allow fine control over the removal of Last-Modified and ETag headers
- within the INCLUDES filter, making it possible to cache responses if
- desired. Fix the default value of the SSIAccessEnable directive.
- 2.2.x patch: http://people.apache.org/~minfrin/mod_include_caching2-2.2.patch
- Trunk patch: http://svn.apache.org/viewvc?rev=905406&view=rev
- +1: minfrin, jim, rpluem
-
- * mod_log_config: Add the R option to log the handler used within the
- request.
- Submitted by: Christian Folini <christian.folini netnea com>
- Trunk patch: http://svn.apache.org/viewvc?rev=905420&view=rev
- Trunk works for 2.2.x
- +1: minfrin, jim, rpluem
-
* core: Support wildcards in both the directory and file components of
the path specified by the Include directive.
Trunk patch: http://svn.apache.org/viewvc?rev=909878&view=rev
2.2.x patch: http://people.apache.org/~minfrin/httpd-wildcard+docs.patch
+1: minfrin
- * mod_proxy_http: Make sure that when an ErrorDocument is served
- from a reverse proxied URL, that the subrequest respects the status
- of the original request. This brings the behaviour of proxy_handler
- in line with default_handler.
- PR: https://issues.apache.org/bugzilla/show_bug.cgi?id=47106
- Trunk patch: http://svn.apache.org/viewvc?rev=909899&view=rev
- 2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=24976
- +1: minfrin, jim, rpluem
-
* support/htcacheclean: Teach it how to write a pid file (modelled on
httpd's writing of a pid file) so that it becomes possible to run
more than one instance of htcacheclean on the same machine.