rjung: docs missing?
humbedooh: It's in the 2.4 docs already, but commented out, as with a lot
of other functions that were never actually made. It's a mess ;)
+ -1: sf
+ sf: * If you copy'n'paste code, you need to assign new APLOGNOs.
+ See r1383013 and docs/log-message-tags/README.
+ * The code did not compile without warning, see r1383022.
+ * If you have a request_rec, use ap_log_rerror to get the most
+ specific log config. ap_log_perror always uses the global server
+ log config.
+ * Now that you have the request pool, don't you want to use it for
+ the apr_stat() call instead of lifecycle_pool?
+ * Try to not introduce new coding style issues. See r1383024,
+ r1383028, r1383037.
* mod_cache: Wrong content type and character set when
mod_cache serves stale content because of a proxy error.