G/M,
As of last night the following additional exports from 2.4 mod_proxy builds all NetWare modules presently in the 2.4 modules/proxy dir:
Index: modules/proxy/NWGNUproxy
===================================================================
--- modules/proxy/NWGNUproxy    (revision 1733007)
+++ modules/proxy/NWGNUproxy    (working copy)
@@ -273,6 +273,7 @@
        @echo $(DL) proxy_run_scheme_handler,$(DL)>> $@
        @echo $(DL) ap_proxy_acquire_connection,$(DL)>> $@
        @echo $(DL) ap_proxy_backend_broke,$(DL)>> $@
+       @echo $(DL) ap_proxy_buckets_lifetime_transform,$(DL)>> $@
        @echo $(DL) ap_proxy_c2hex,$(DL)>> $@
        @echo $(DL) ap_proxy_canon_netloc,$(DL)>> $@
        @echo $(DL) ap_proxy_canonenc,$(DL)>> $@
@@ -318,6 +319,7 @@
        @echo $(DL) ap_proxy_strncpy,$(DL)>> $@
        @echo $(DL) ap_proxy_sync_balancer,$(DL)>> $@
        @echo $(DL) ap_proxy_trans_match,$(DL)>> $@
+       @echo $(DL) ap_proxy_transfer_between_connections,$(DL)>> $@
        @echo $(DL) ap_proxy_valid_balancer_name,$(DL)>> $@
        @echo $(DL) ap_proxy_worker_name,$(DL)>> $@
        @echo $(DL) ap_proxyerror$(DL)>> $@
Norm

On 1/03/2016 2:09 PM, Rainer Jung wrote:
Am 29.02.2016 um 23:03 schrieb NormW:
G/M Rainer,
Any known reason your recent tweaks to automatically create the
mod_proxy exports list cannot be nominated for back-port to 2.4.x?

Not that I'm aware off. Things have settled a bit now, so probably it'
the time to propose a backport.

If there is a technical and/or time constraint I'll submit a patch for
at least a couple of symbols needed to build 2.4.x/modules/proxy.

That would be great!

Rainer

Index: modules/proxy/NWGNUproxy
===================================================================
--- modules/proxy/NWGNUproxy	(revision 1733007)
+++ modules/proxy/NWGNUproxy	(working copy)
@@ -273,6 +273,7 @@
 	@echo $(DL) proxy_run_scheme_handler,$(DL)>> $@
 	@echo $(DL) ap_proxy_acquire_connection,$(DL)>> $@
 	@echo $(DL) ap_proxy_backend_broke,$(DL)>> $@
+	@echo $(DL) ap_proxy_buckets_lifetime_transform,$(DL)>> $@
 	@echo $(DL) ap_proxy_c2hex,$(DL)>> $@
 	@echo $(DL) ap_proxy_canon_netloc,$(DL)>> $@
 	@echo $(DL) ap_proxy_canonenc,$(DL)>> $@
@@ -318,6 +319,7 @@
 	@echo $(DL) ap_proxy_strncpy,$(DL)>> $@
 	@echo $(DL) ap_proxy_sync_balancer,$(DL)>> $@
 	@echo $(DL) ap_proxy_trans_match,$(DL)>> $@
+	@echo $(DL) ap_proxy_transfer_between_connections,$(DL)>> $@
 	@echo $(DL) ap_proxy_valid_balancer_name,$(DL)>> $@
 	@echo $(DL) ap_proxy_worker_name,$(DL)>> $@
 	@echo $(DL) ap_proxyerror$(DL)>> $@

Reply via email to