You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by NormW <no...@gknw.net> on 2016/10/25 00:09:45 UTC

httpd-2.4.x proxy exports needed for NetWare

G/M,
The following diff (also herewith) is needed for extra mod_proxy exports 
for a clean build of 2.4 for NetWare:
> Index: modules/proxy/NWGNUproxy
> ===================================================================
> --- modules/proxy/NWGNUproxy	(revision 1766453)
> +++ modules/proxy/NWGNUproxy	(working copy)
> @@ -256,6 +256,7 @@
>  	@echo $(DL)# Exports of mod_proxy$(DL)> $@
>  	@echo $(DL) (AP$(VERSION_MAJMIN))$(DL)>> $@
>  	@echo $(DL) proxy_module,$(DL)>> $@
> +	@echo $(DL) proxy_hcmethods,$(DL)>> $@
>  	@echo $(DL) proxy_hook_canon_handler,$(DL)>> $@
>  	@echo $(DL) proxy_hook_get_canon_handler,$(DL)>> $@
>  	@echo $(DL) proxy_hook_get_post_request,$(DL)>> $@
> @@ -277,6 +278,7 @@
>  	@echo $(DL) ap_proxy_c2hex,$(DL)>> $@
>  	@echo $(DL) ap_proxy_canon_netloc,$(DL)>> $@
>  	@echo $(DL) ap_proxy_canonenc,$(DL)>> $@
> +	@echo $(DL) ap_proxy_check_connection,$(DL)>> $@
>  	@echo $(DL) ap_proxy_checkproxyblock,$(DL)>> $@
>  	@echo $(DL) ap_proxy_checkproxyblock2,$(DL)>> $@
>  	@echo $(DL) ap_proxy_conn_is_https,$(DL)>> $@
> @@ -312,6 +314,7 @@
>  	@echo $(DL) ap_proxy_set_wstatus,$(DL)>> $@
>  	@echo $(DL) ap_proxy_share_balancer,$(DL)>> $@
>  	@echo $(DL) ap_proxy_share_worker,$(DL)>> $@
> +	@echo $(DL) ap_proxy_show_hcmethod,$(DL)>> $@
>  	@echo $(DL) ap_proxy_ssl_connection_cleanup,$(DL)>> $@
>  	@echo $(DL) ap_proxy_ssl_disable,$(DL)>> $@
>  	@echo $(DL) ap_proxy_ssl_enable,$(DL)>> $@

Norm

Re: httpd-2.4.x proxy exports needed for NetWare

Posted by Yann Ylavic <yl...@gmail.com>.
On Tue, Oct 25, 2016 at 2:09 AM, NormW <no...@gknw.net> wrote:
> G/M,
> The following diff (also herewith) is needed for extra mod_proxy exports for
> a clean build of 2.4 for NetWare:

Thanks, applied in r1766905.

(trunk seems to be working differently, no such functions export list there?)

Regards,
Yann.