Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 819552 - www-servers/apache-2.4.51 MODULE_DEFINES not tracking proxy dependencies for proxy_http2 and proxy_uwsgi
Summary: www-servers/apache-2.4.51 MODULE_DEFINES not tracking proxy dependencies for ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Apache Team - Bugzilla Reports
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-22 23:11 UTC by Francisco Blas Izquierdo Riera
Modified: 2023-12-09 16:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Blas Izquierdo Riera (RETIRED) gentoo-dev 2021-10-22 23:11:25 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2023-12-09 16:50:44 UTC
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(-)