Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 618718

Summary: Ability to enable mod_version when installing Apache
Product: Gentoo Linux Reporter: Troy Lea <troy_lea>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: hydrapolic
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Troy Lea 2017-05-17 07:38:24 UTC
www-servers/apache-2.4.25::gentoo

When installing Apache2 I see the following message:

checking whether to enable mod_version... no

If I execute:

emerge -pv www-servers/apache

I don't see an option to compile mod_version as part of the build (i.e. in /etc/portage/package.use/apache).

I can compile mod_version if I run the following command:

EXTRA_ECONF="--enable-version" emerge www-servers/apache

It would be good if mod_version could be added as a use flag.
Comment 1 Tomáš Mózes 2017-05-17 11:23:46 UTC
Add version to your APACHE2_MODULES and recompile, it's in the ebuild (speaking of 2.4.25).