Comment 6 for bug 1842701

Revision history for this message
Horst Platz (hp-localhorst) wrote :

with that patch from here

https://bz.apache.org/bugzilla/show_bug.cgi?id=63688#c3

and with the ubuntu 18.04 apache2 sources

:~$ apt-get source apache2

:~$ find . -name mod_proxy_balancer.c
./apache2-2.4.29/.pc/balance-member-long-hostname-part2.patch/modules/proxy/mod_proxy_balancer.c
./apache2-2.4.29/.pc/CVE-2019-10092-3.patch/modules/proxy/mod_proxy_balancer.c
./apache2-2.4.29/modules/proxy/mod_proxy_balancer.c

i copy and patched only that single file

:~$ cp ./apache2-2.4.29/modules/proxy/mod_proxy_balancer.c ~/

:~$ patch mod_proxy_balancer.c mod_proxy_balancer_patch.c
patching file mod_proxy_balancer.c
Hunk #1 succeeded at 1078 (offset -107 lines).

compile it

:~# apxs2 -c -i mod_proxy_balancer.c

i got also no more error log entries in my sandbox env from above. i copied that compiled binary away and i try early next week with that one if the initial problem behinde the proxy is also solved.