Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193295 - www-servers/apache-2.2.6 - mod_*{ldap,ssl} apache2-builtin-mods entries are commented
Summary: www-servers/apache-2.2.6 - mod_*{ldap,ssl} apache2-builtin-mods entries are c...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Highest normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 08:27 UTC by Alin Năstac (RETIRED)
Modified: 2007-09-21 19:21 UTC (History)
1 user (show)

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 Alin Năstac (RETIRED) gentoo-dev 2007-09-21 08:27:58 UTC
Although I've installed apache with ldap and ssl useflags enabled, my apache2-builtin-mods contain the following lines:
  #mod_authnz_ldap shared      # enable via USE-flag
  #mod_ldap disabled             # enable via USE-flag
  #mod_ssl disabled              # enable via USE-flag

The modules have been installed by ebuild and I was able to fix my problem by simply uncommenting mod_authnz_ldap line.

The strange thing is that my apache is able to work with -D SSL -D LDAP without mod_ldap and mod_ssl lines being activated in apache2-builtin-mods !?!
Unfortunatelly, I cannot say the same thing for mod_authnz_ldap module.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-21 08:31:24 UTC
Well, I'm afraid you are another victim of Bug 190994
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-21 08:49:13 UTC
(In reply to comment #1)
> Well, I'm afraid you are another victim of Bug 190994
> 

probably not.


modules that are enabled by use flags don't have an entry in apache2-builtin-mods (well, they have for sake of completness, but they are commented) .. use -D AUTHNZ_LDAP to active ..
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2007-09-21 09:20:22 UTC
(In reply to comment #2)
> modules that are enabled by use flags don't have an entry in
> apache2-builtin-mods (well, they have for sake of completness, but they are
> commented) .. use -D AUTHNZ_LDAP to active ..

Yep, that fixes my problem.
However I think /etc/conf.d/apache2 should inform users about that. Also, the "enable via USE-flag" comments are misleading. How about changing them to "enable through -D foo"?
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-21 14:56:17 UTC
yeah, it should be added to that list ... i have some other minor fixes (mostly comments and documentation fixes) and will do a -r1 shortly
Comment 5 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-21 19:21:31 UTC
i also noticed that it was AUTH_LDAP in the configuration, but it should be AUTHNZ_LDAP for 2.2.x ... will be fixed too