The MODULE_DEFINES variable is not tracking the dependency on the proxy module of proxy_http2 and proxy_uwsgi modules. As a result the generated httpd.cong file is broken when either of the modules is enabled and apache is not run with -DPROXY so that the proxy module is enabled. Reproducible: Always Steps to Reproduce: 1. emerge apache with APACHE2_MODULES="proxy_uwsgi" Actual Results: apache fails to start Expected Results: apache starts correctly
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98474c0eabe2f0ccc7407d0499d89fa323c311d commit c98474c0eabe2f0ccc7407d0499d89fa323c311d Author: Robin H. Johnson <robbat2@gentoo.org> AuthorDate: 2023-12-09 16:48:56 +0000 Commit: Robin H. Johnson <robbat2@gentoo.org> CommitDate: 2023-12-09 16:50:41 +0000 www-servers/apache: fix IfDefine PROXY for proxy_uwsgi due to typo proxy_uwsgi was mis-spelt in MODULE_DEFINES, causing it to not be wrapped with <IfDefine PROXY>. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/819552 www-servers/apache/apache-2.4.57-r4.ebuild | 2 +- www-servers/apache/apache-2.4.57-r5.ebuild | 2 +- www-servers/apache/apache-2.4.58-r1.ebuild | 256 +++++++++++++++++++++++++++++ 3 files changed, 258 insertions(+), 2 deletions(-)