(It also works for httpd-2.2.x).
+1: jfclere, rpluem, wrowe
+ * core: Add extern "C" linkage to several headers to make it easier to use
+ them in C++ code.
+ PR: 42286
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=535169
+ 2.2.x version of patch:
+ Trunk version works
+ +1: rpluem, wrowe, niq
+
+ * mod_so: Backport 520733; more helpful LoadModule feedback, so it reads;
+ Syntax error in -C/-c directive:
+ API module structure 'ftp_module' in file /.../modules/mod_ftp.so
+ is garbled - expected signature 41503232 but saw 41503230 -
+ perhaps this is not an Apache module DSO, or was compiled
+ for a different Apache version?
+ http://svn.apache.org/viewvc?view=rev&rev=520733
+ +1: wrowe, rpluem, niq
+
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
* ApacheMonitor: Fix Windows Vista detection.
cache during the quick handler phase. If there are still questions
we should continue the discussion on the list.
- * core: Add extern "C" linkage to several headers to make it easier to use
- them in C++ code.
- PR: 42286
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=535169
- 2.2.x version of patch:
- Trunk version works
- +1: rpluem, wrowe
-
* mod_cache: Add CacheIgnoreQueryString directive to cache requests with
a query string even if no expiration time is specified.
PR: 41484
Trunk version works
+1: rpluem
- * mod_so: Backport 520733; more helpful LoadModule feedback, so it reads;
- Syntax error in -C/-c directive:
- API module structure 'ftp_module' in file /.../modules/mod_ftp.so
- is garbled - expected signature 41503232 but saw 41503230 -
- perhaps this is not an Apache module DSO, or was compiled
- for a different Apache version?
- http://svn.apache.org/viewvc?view=rev&rev=520733
- +1: wrowe, rpluem
-
PATCHES/ISSUES THAT ARE STALLED
* PKCS#7: backport PCKS#7 patches from trunk.