https://issues.apache.org/bugzilla/show_bug.cgi?id=55711
Bug ID: 55711
Summary: --enable-foo doesn't enable foo
Product: Apache httpd-2
Version: 2.4.6
Hardware: PC
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Build
Assignee: [email protected]
Reporter: [email protected]
When building on Linux with version 2.4.6, any of the --enable-foo
(rewrite,proxy-ajp,..) produces a commented 'LoadModule' line in the
httpd.conf.
This is an unexpected behavior since version 2.2 doesn't behave like this, and
as the doc says : "By default, all those directives will be commented out
except for the modules that are either required or explicitly selected by a
configure --enable-foo argument."
All 2.4.X versions have this same problem.
How to reproduce :
./configure --quiet --enable-mods-shared='few rewrite proxy' --enable-rewrite
--enable-proxy --enable-proxy-http && make && make install
Result :
...
#LoadModule rewrite_module modules/mod_rewrite.so
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]