[Group.of.nepali.translators] [Bug 1842701] Re: Apache2 Balancer Manager mod_proxy_balancer not working after Update

2020-12-08 Thread Christian Ehrhardt 
To close this out, fixed in Groovy
 apache2 | 2.4.46-1ubuntu1 | groovy   | source, amd64, 
arm64, armhf, i386, ppc64el, riscv64, s390x


** Changed in: apache2 (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1842701

Title:
  Apache2 Balancer Manager mod_proxy_balancer not working after Update

Status in Apache2 Web Server:
  Fix Released
Status in apache2 package in Ubuntu:
  Fix Released
Status in apache2 source package in Xenial:
  Fix Released
Status in apache2 source package in Bionic:
  Fix Released
Status in apache2 source package in Disco:
  Fix Released
Status in apache2 package in Debian:
  Fix Released

Bug description:
  OS

  Description:Ubuntu 18.04.3 LTS
  Release:18.04
  Codename:   bionic

  
  I use this kind of configuration to reache the Balancer Manager.

   -
  |Bastian Host |
  |Apache Proxy | ---> LB Apache Balancer Manger
   -

  After Apache Update

  from: 2.4.29-1ubuntu4.8
  to:   2.4.29-1ubuntu4.10

  The Balancer Manager behind a Proxy is not Working and i think this is 
comming with
  the fix CVE-2019-10092

  https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2019-10092
  
http://changelogs.ubuntu.com/changelogs/pool/main/a/apache2/apache2_2.4.29-1ubuntu4.10/changelog

  
  I strip down the configuration to try and explain the situation.

  Install new Ubuntu 18.04 VirtualBox. From an another VM i saved the prior
  Apache Packages from /var/cache/apt/archives

  :~# apt-get install libapr1 libaprutil1 libaprutil1-dbd-sqlite3 
libaprutil1-ldap liblua5.2-0
  :~# dpkg -i apache2_2.4.29-1ubuntu4.8_amd64.deb 
apache2-bin_2.4.29-1ubuntu4.8_amd64.deb apache2-data_2.4.29-1ubuntu4.8_all.deb 
apache2-utils_2.4.29-1ubuntu4.8_amd64.deb

  :~# dpkg -l | grep apache2
  ii  apache2  2.4.29-1ubuntu4.8   amd64Apache HTTP Server
  ii  apache2-bin  2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data 2.4.29-1ubuntu4.8   all  Apache HTTP Server 
(common files)
  ii  apache2-utils2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(utility programs for web servers)

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/management.conf
  
  Servername 127.0.0.1
  ServerAdmin root@localhost

  
  SetHandler balancer-manager
  Require local
  #Require ip 192.168.56.0/24 127.0.0.1/24
  Require all granted
  

  LogLevel warn
  ErrorLog ${APACHE_LOG_DIR}/management_error.log
  CustomLog ${APACHE_LOG_DIR}/management_access.log combined

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/proxytest.conf
  
  BalancerMember "http://192.168.168.130/test;
  BalancerMember "http://192.168.168.131/test; status=+H
  ProxySet lbmethod=bybusyness
  

  
  ServerAdmin root@localhost
  ServerName testapp01
  ServerAlias 127.0.0.1:8100

  ProxyPass   "/test" "balancer://test"
  ProxyPassReverse"/test" "balancer://test"

  CustomLog ${APACHE_LOG_DIR}/test-access.log combined
  ErrorLog  ${APACHE_LOG_DIR}/test-error.log

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# a2enmod proxy_balancer proxy_http lbmethod_bybusyness lbmethod_byrequests
  :~# a2ensite management proxytest

  :~# vim /etc/apache2/ports.conf
  [...]
  Listen 81
  Listen 8100

  :~# systemctl restart apache2

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  At that point i install also some console Browsers for testing.

  :~# apt-get install lynx elinks

  :~# tail -f /var/log/apache2/management_error.log

  :~# elinks 127.0.0.1:81/balancer-manager
  :~# lynx 127.0.0.1:81/balancer-manager

  i can do update the Load and made changes. i also connect from outside with
  Firefox

  http://192.168.56.211:81/balancer-manager

  all this creates no error log entrys, the log is still empty

  -

  update apache

  :~# apt-get update
  :~# apt-get upgrade

  :~# dpkg -l | grep apache2
  ii  apache22.4.29-1ubuntu4.10  amd64Apache HTTP Server
  ii  apache2-bin2.4.29-1ubuntu4.10  amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data   2.4.29-1ubuntu4.10  all  Apache HTTP Server 
(common files)
  ii  apache2-utils  2.4.29-1ubuntu4.10  amd64Apache HTTP Server 
(utility programs for web servers)

  
  do the same with all the Browsers and have 

[Group.of.nepali.translators] [Bug 1842701] Re: Apache2 Balancer Manager mod_proxy_balancer not working after Update

2020-04-19 Thread Bug Watch Updater
** Changed in: apache2
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1842701

Title:
  Apache2 Balancer Manager mod_proxy_balancer not working after Update

Status in Apache2 Web Server:
  Fix Released
Status in apache2 package in Ubuntu:
  Confirmed
Status in apache2 source package in Xenial:
  Fix Released
Status in apache2 source package in Bionic:
  Fix Released
Status in apache2 source package in Disco:
  Fix Released
Status in apache2 package in Debian:
  Fix Released

Bug description:
  OS

  Description:Ubuntu 18.04.3 LTS
  Release:18.04
  Codename:   bionic

  
  I use this kind of configuration to reache the Balancer Manager.

   -
  |Bastian Host |
  |Apache Proxy | ---> LB Apache Balancer Manger
   -

  After Apache Update

  from: 2.4.29-1ubuntu4.8
  to:   2.4.29-1ubuntu4.10

  The Balancer Manager behind a Proxy is not Working and i think this is 
comming with
  the fix CVE-2019-10092

  https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2019-10092
  
http://changelogs.ubuntu.com/changelogs/pool/main/a/apache2/apache2_2.4.29-1ubuntu4.10/changelog

  
  I strip down the configuration to try and explain the situation.

  Install new Ubuntu 18.04 VirtualBox. From an another VM i saved the prior
  Apache Packages from /var/cache/apt/archives

  :~# apt-get install libapr1 libaprutil1 libaprutil1-dbd-sqlite3 
libaprutil1-ldap liblua5.2-0
  :~# dpkg -i apache2_2.4.29-1ubuntu4.8_amd64.deb 
apache2-bin_2.4.29-1ubuntu4.8_amd64.deb apache2-data_2.4.29-1ubuntu4.8_all.deb 
apache2-utils_2.4.29-1ubuntu4.8_amd64.deb

  :~# dpkg -l | grep apache2
  ii  apache2  2.4.29-1ubuntu4.8   amd64Apache HTTP Server
  ii  apache2-bin  2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data 2.4.29-1ubuntu4.8   all  Apache HTTP Server 
(common files)
  ii  apache2-utils2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(utility programs for web servers)

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/management.conf
  
  Servername 127.0.0.1
  ServerAdmin root@localhost

  
  SetHandler balancer-manager
  Require local
  #Require ip 192.168.56.0/24 127.0.0.1/24
  Require all granted
  

  LogLevel warn
  ErrorLog ${APACHE_LOG_DIR}/management_error.log
  CustomLog ${APACHE_LOG_DIR}/management_access.log combined

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/proxytest.conf
  
  BalancerMember "http://192.168.168.130/test;
  BalancerMember "http://192.168.168.131/test; status=+H
  ProxySet lbmethod=bybusyness
  

  
  ServerAdmin root@localhost
  ServerName testapp01
  ServerAlias 127.0.0.1:8100

  ProxyPass   "/test" "balancer://test"
  ProxyPassReverse"/test" "balancer://test"

  CustomLog ${APACHE_LOG_DIR}/test-access.log combined
  ErrorLog  ${APACHE_LOG_DIR}/test-error.log

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# a2enmod proxy_balancer proxy_http lbmethod_bybusyness lbmethod_byrequests
  :~# a2ensite management proxytest

  :~# vim /etc/apache2/ports.conf
  [...]
  Listen 81
  Listen 8100

  :~# systemctl restart apache2

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  At that point i install also some console Browsers for testing.

  :~# apt-get install lynx elinks

  :~# tail -f /var/log/apache2/management_error.log

  :~# elinks 127.0.0.1:81/balancer-manager
  :~# lynx 127.0.0.1:81/balancer-manager

  i can do update the Load and made changes. i also connect from outside with
  Firefox

  http://192.168.56.211:81/balancer-manager

  all this creates no error log entrys, the log is still empty

  -

  update apache

  :~# apt-get update
  :~# apt-get upgrade

  :~# dpkg -l | grep apache2
  ii  apache22.4.29-1ubuntu4.10  amd64Apache HTTP Server
  ii  apache2-bin2.4.29-1ubuntu4.10  amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data   2.4.29-1ubuntu4.10  all  Apache HTTP Server 
(common files)
  ii  apache2-utils  2.4.29-1ubuntu4.10  amd64Apache HTTP Server 
(utility programs for web servers)

  
  do the same with all the Browsers and have the error log in view.

  http://192.168.56.211:81/balancer-manager

  :~# tail -f /var/log/apache2/management_error.log
  [Wed Sep 04 12:24:55.740457 2019] 

[Group.of.nepali.translators] [Bug 1842701] Re: Apache2 Balancer Manager mod_proxy_balancer not working after Update

2019-10-30 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1842701

Title:
  Apache2 Balancer Manager mod_proxy_balancer not working after Update

Status in Apache2 Web Server:
  Confirmed
Status in apache2 package in Ubuntu:
  Confirmed
Status in apache2 source package in Xenial:
  Fix Released
Status in apache2 source package in Bionic:
  Fix Released
Status in apache2 source package in Disco:
  Fix Released
Status in apache2 package in Debian:
  Fix Released

Bug description:
  OS

  Description:Ubuntu 18.04.3 LTS
  Release:18.04
  Codename:   bionic

  
  I use this kind of configuration to reache the Balancer Manager.

   -
  |Bastian Host |
  |Apache Proxy | ---> LB Apache Balancer Manger
   -

  After Apache Update

  from: 2.4.29-1ubuntu4.8
  to:   2.4.29-1ubuntu4.10

  The Balancer Manager behind a Proxy is not Working and i think this is 
comming with
  the fix CVE-2019-10092

  https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2019-10092
  
http://changelogs.ubuntu.com/changelogs/pool/main/a/apache2/apache2_2.4.29-1ubuntu4.10/changelog

  
  I strip down the configuration to try and explain the situation.

  Install new Ubuntu 18.04 VirtualBox. From an another VM i saved the prior
  Apache Packages from /var/cache/apt/archives

  :~# apt-get install libapr1 libaprutil1 libaprutil1-dbd-sqlite3 
libaprutil1-ldap liblua5.2-0
  :~# dpkg -i apache2_2.4.29-1ubuntu4.8_amd64.deb 
apache2-bin_2.4.29-1ubuntu4.8_amd64.deb apache2-data_2.4.29-1ubuntu4.8_all.deb 
apache2-utils_2.4.29-1ubuntu4.8_amd64.deb

  :~# dpkg -l | grep apache2
  ii  apache2  2.4.29-1ubuntu4.8   amd64Apache HTTP Server
  ii  apache2-bin  2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data 2.4.29-1ubuntu4.8   all  Apache HTTP Server 
(common files)
  ii  apache2-utils2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(utility programs for web servers)

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/management.conf
  
  Servername 127.0.0.1
  ServerAdmin root@localhost

  
  SetHandler balancer-manager
  Require local
  #Require ip 192.168.56.0/24 127.0.0.1/24
  Require all granted
  

  LogLevel warn
  ErrorLog ${APACHE_LOG_DIR}/management_error.log
  CustomLog ${APACHE_LOG_DIR}/management_access.log combined

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/proxytest.conf
  
  BalancerMember "http://192.168.168.130/test;
  BalancerMember "http://192.168.168.131/test; status=+H
  ProxySet lbmethod=bybusyness
  

  
  ServerAdmin root@localhost
  ServerName testapp01
  ServerAlias 127.0.0.1:8100

  ProxyPass   "/test" "balancer://test"
  ProxyPassReverse"/test" "balancer://test"

  CustomLog ${APACHE_LOG_DIR}/test-access.log combined
  ErrorLog  ${APACHE_LOG_DIR}/test-error.log

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# a2enmod proxy_balancer proxy_http lbmethod_bybusyness lbmethod_byrequests
  :~# a2ensite management proxytest

  :~# vim /etc/apache2/ports.conf
  [...]
  Listen 81
  Listen 8100

  :~# systemctl restart apache2

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  At that point i install also some console Browsers for testing.

  :~# apt-get install lynx elinks

  :~# tail -f /var/log/apache2/management_error.log

  :~# elinks 127.0.0.1:81/balancer-manager
  :~# lynx 127.0.0.1:81/balancer-manager

  i can do update the Load and made changes. i also connect from outside with
  Firefox

  http://192.168.56.211:81/balancer-manager

  all this creates no error log entrys, the log is still empty

  -

  update apache

  :~# apt-get update
  :~# apt-get upgrade

  :~# dpkg -l | grep apache2
  ii  apache22.4.29-1ubuntu4.10  amd64Apache HTTP Server
  ii  apache2-bin2.4.29-1ubuntu4.10  amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data   2.4.29-1ubuntu4.10  all  Apache HTTP Server 
(common files)
  ii  apache2-utils  2.4.29-1ubuntu4.10  amd64Apache HTTP Server 
(utility programs for web servers)

  
  do the same with all the Browsers and have the error log in view.

  http://192.168.56.211:81/balancer-manager

  :~# tail -f /var/log/apache2/management_error.log
  [Wed Sep 04 12:24:55.740457 2019] 

[Group.of.nepali.translators] [Bug 1842701] Re: Apache2 Balancer Manager mod_proxy_balancer not working after Update

2019-09-26 Thread Andreas Hasenack
** Bug watch added: Debian Bug tracker #941202
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941202

** Also affects: apache2 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941202
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1842701

Title:
  Apache2 Balancer Manager mod_proxy_balancer not working after Update

Status in Apache2 Web Server:
  Confirmed
Status in apache2 package in Ubuntu:
  Confirmed
Status in apache2 source package in Xenial:
  Fix Released
Status in apache2 source package in Bionic:
  Fix Released
Status in apache2 source package in Disco:
  Fix Released
Status in apache2 package in Debian:
  Unknown

Bug description:
  OS

  Description:Ubuntu 18.04.3 LTS
  Release:18.04
  Codename:   bionic

  
  I use this kind of configuration to reache the Balancer Manager.

   -
  |Bastian Host |
  |Apache Proxy | ---> LB Apache Balancer Manger
   -

  After Apache Update

  from: 2.4.29-1ubuntu4.8
  to:   2.4.29-1ubuntu4.10

  The Balancer Manager behind a Proxy is not Working and i think this is 
comming with
  the fix CVE-2019-10092

  https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2019-10092
  
http://changelogs.ubuntu.com/changelogs/pool/main/a/apache2/apache2_2.4.29-1ubuntu4.10/changelog

  
  I strip down the configuration to try and explain the situation.

  Install new Ubuntu 18.04 VirtualBox. From an another VM i saved the prior
  Apache Packages from /var/cache/apt/archives

  :~# apt-get install libapr1 libaprutil1 libaprutil1-dbd-sqlite3 
libaprutil1-ldap liblua5.2-0
  :~# dpkg -i apache2_2.4.29-1ubuntu4.8_amd64.deb 
apache2-bin_2.4.29-1ubuntu4.8_amd64.deb apache2-data_2.4.29-1ubuntu4.8_all.deb 
apache2-utils_2.4.29-1ubuntu4.8_amd64.deb

  :~# dpkg -l | grep apache2
  ii  apache2  2.4.29-1ubuntu4.8   amd64Apache HTTP Server
  ii  apache2-bin  2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data 2.4.29-1ubuntu4.8   all  Apache HTTP Server 
(common files)
  ii  apache2-utils2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(utility programs for web servers)

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/management.conf
  
  Servername 127.0.0.1
  ServerAdmin root@localhost

  
  SetHandler balancer-manager
  Require local
  #Require ip 192.168.56.0/24 127.0.0.1/24
  Require all granted
  

  LogLevel warn
  ErrorLog ${APACHE_LOG_DIR}/management_error.log
  CustomLog ${APACHE_LOG_DIR}/management_access.log combined

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/proxytest.conf
  
  BalancerMember "http://192.168.168.130/test;
  BalancerMember "http://192.168.168.131/test; status=+H
  ProxySet lbmethod=bybusyness
  

  
  ServerAdmin root@localhost
  ServerName testapp01
  ServerAlias 127.0.0.1:8100

  ProxyPass   "/test" "balancer://test"
  ProxyPassReverse"/test" "balancer://test"

  CustomLog ${APACHE_LOG_DIR}/test-access.log combined
  ErrorLog  ${APACHE_LOG_DIR}/test-error.log

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# a2enmod proxy_balancer proxy_http lbmethod_bybusyness lbmethod_byrequests
  :~# a2ensite management proxytest

  :~# vim /etc/apache2/ports.conf
  [...]
  Listen 81
  Listen 8100

  :~# systemctl restart apache2

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  At that point i install also some console Browsers for testing.

  :~# apt-get install lynx elinks

  :~# tail -f /var/log/apache2/management_error.log

  :~# elinks 127.0.0.1:81/balancer-manager
  :~# lynx 127.0.0.1:81/balancer-manager

  i can do update the Load and made changes. i also connect from outside with
  Firefox

  http://192.168.56.211:81/balancer-manager

  all this creates no error log entrys, the log is still empty

  -

  update apache

  :~# apt-get update
  :~# apt-get upgrade

  :~# dpkg -l | grep apache2
  ii  apache22.4.29-1ubuntu4.10  amd64Apache HTTP Server
  ii  apache2-bin2.4.29-1ubuntu4.10  amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data   2.4.29-1ubuntu4.10  all  Apache HTTP Server 
(common files)
  ii  apache2-utils  2.4.29-1ubuntu4.10  amd64Apache HTTP Server 
(utility programs for web servers)

  
  do the same with all the Browsers and 

[Group.of.nepali.translators] [Bug 1842701] Re: Apache2 Balancer Manager mod_proxy_balancer not working after Update

2019-09-24 Thread Christian Ehrhardt 
Hi Horst,
yes I checked and the issue is in Eoan 2.4.41 - I checked that already last 
week and let Steve now.

Steve wanted to track the upstream discussions on this as going forward
we most likely want to follow upstreams guidance on this (e.g. want to
have it broken for better security).

But thanks for the ping, we might want to mark the bug tasks accordingly
to make this clear.

** Also affects: apache2 (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Also affects: apache2 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: apache2 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: apache2 (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: apache2 (Ubuntu Xenial)
   Status: New => Fix Released

** Changed in: apache2 (Ubuntu Bionic)
   Status: New => Fix Released

** Changed in: apache2 (Ubuntu Disco)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1842701

Title:
  Apache2 Balancer Manager mod_proxy_balancer not working after Update

Status in Apache2 Web Server:
  Confirmed
Status in apache2 package in Ubuntu:
  Confirmed
Status in apache2 source package in Xenial:
  Fix Released
Status in apache2 source package in Bionic:
  Fix Released
Status in apache2 source package in Disco:
  Fix Released

Bug description:
  OS

  Description:Ubuntu 18.04.3 LTS
  Release:18.04
  Codename:   bionic

  
  I use this kind of configuration to reache the Balancer Manager.

   -
  |Bastian Host |
  |Apache Proxy | ---> LB Apache Balancer Manger
   -

  After Apache Update

  from: 2.4.29-1ubuntu4.8
  to:   2.4.29-1ubuntu4.10

  The Balancer Manager behind a Proxy is not Working and i think this is 
comming with
  the fix CVE-2019-10092

  https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2019-10092
  
http://changelogs.ubuntu.com/changelogs/pool/main/a/apache2/apache2_2.4.29-1ubuntu4.10/changelog

  
  I strip down the configuration to try and explain the situation.

  Install new Ubuntu 18.04 VirtualBox. From an another VM i saved the prior
  Apache Packages from /var/cache/apt/archives

  :~# apt-get install libapr1 libaprutil1 libaprutil1-dbd-sqlite3 
libaprutil1-ldap liblua5.2-0
  :~# dpkg -i apache2_2.4.29-1ubuntu4.8_amd64.deb 
apache2-bin_2.4.29-1ubuntu4.8_amd64.deb apache2-data_2.4.29-1ubuntu4.8_all.deb 
apache2-utils_2.4.29-1ubuntu4.8_amd64.deb

  :~# dpkg -l | grep apache2
  ii  apache2  2.4.29-1ubuntu4.8   amd64Apache HTTP Server
  ii  apache2-bin  2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(modules and other binary files)
  ii  apache2-data 2.4.29-1ubuntu4.8   all  Apache HTTP Server 
(common files)
  ii  apache2-utils2.4.29-1ubuntu4.8   amd64Apache HTTP Server 
(utility programs for web servers)

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/management.conf
  
  Servername 127.0.0.1
  ServerAdmin root@localhost

  
  SetHandler balancer-manager
  Require local
  #Require ip 192.168.56.0/24 127.0.0.1/24
  Require all granted
  

  LogLevel warn
  ErrorLog ${APACHE_LOG_DIR}/management_error.log
  CustomLog ${APACHE_LOG_DIR}/management_access.log combined

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# vim /etc/apache2/sites-available/proxytest.conf
  
  BalancerMember "http://192.168.168.130/test;
  BalancerMember "http://192.168.168.131/test; status=+H
  ProxySet lbmethod=bybusyness
  

  
  ServerAdmin root@localhost
  ServerName testapp01
  ServerAlias 127.0.0.1:8100

  ProxyPass   "/test" "balancer://test"
  ProxyPassReverse"/test" "balancer://test"

  CustomLog ${APACHE_LOG_DIR}/test-access.log combined
  ErrorLog  ${APACHE_LOG_DIR}/test-error.log

  

  # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  :~# a2enmod proxy_balancer proxy_http lbmethod_bybusyness lbmethod_byrequests
  :~# a2ensite management proxytest

  :~# vim /etc/apache2/ports.conf
  [...]
  Listen 81
  Listen 8100

  :~# systemctl restart apache2

  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - -

  At that point i install also some console Browsers for testing.

  :~# apt-get install lynx elinks

  :~# tail -f /var/log/apache2/management_error.log

  :~# elinks 127.0.0.1:81/balancer-manager
  :~# lynx 127.0.0.1:81/balancer-manager

  i can do update the Load and made changes. i also connect from outside with
  Firefox

  http://192.168.56.211:81/balancer-manager

  all this