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

Bug 8620

Summary: Apache mod_contribs mod_auth_external bad configuration
Product: Gentoo Linux Reporter: george <gk>
Component: [OLD] ServerAssignee: Donny Davies (RETIRED) <woodchip>
Status: RESOLVED WONTFIX    
Severity: normal CC: woodchip
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description george 2002-10-01 14:42:51 UTC
Installing mod_contribs and running config from the ebuild, updates
/etc/apache/conf/apache.conf including the following line:

  LoadModule auth_external_module    extramodules/mod_auth_external.so

Apache complains at this line and won't start.

Liberal use of guesswork, trial and error and "strings" led me to change it to:

  LoadModule external_auth_module    extramodules/mod_auth_external.so

This now starts up although I haven't yet tested if it works as it should, or if
there are similar problems with other modules,

I'm afraid I don't have the knowledge to go deeper in finding the solution but
at least the temporary fix is simple enough.

Keep up the good work,
George.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2002-11-15 10:53:31 UTC
carp; i'll look at this in time.
Comment 2 Donny Davies (RETIRED) gentoo-dev 2003-06-17 07:41:27 UTC
appreciated the report... and i left it here so that others could
find it if they had the same issue.  just kind of an annoyance thing
since the ebuild tries to install all of the mods as easily as possible.

with apache-1 basically deprecated im just gonna leave it alone.