ports/83507: mod_auth_external2 add wrong LoadModule in httpd.conf

Maurizio Giunti meg at 0x01.org
Fri Jul 15 13:10:13 UTC 2005


>Number:         83507
>Category:       ports
>Synopsis:       mod_auth_external2 add wrong LoadModule in httpd.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 13:10:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Maurizio Giunti
>Release:        FreeBSD 5.3-RELEASE-p15
>Organization:
>Environment:
FreeBSD gollum.homegiunti 5.3-RELEASE-p15 FreeBSD 5.3-RELEASE-p15 #0: Wed Jun  8 23:42:14 CEST 2005     root at gollum.homegiunti:/usr/obj/usr/src/sys/MEG-PIIDUAL  i386
      
>Description:
Installing mod_auth_external2 add a wrong LoadModule line in httpd.conf.
It adds:
LoadModule auth_external_module libexec/apache2/mod_auth_external.so
instead of
LoadModule external_auth_module libexec/apache2/mod_auth_external.so      
Of course mod_auth_external2 will not work until you change the LoadModule line.

>How-To-Repeat:
Install Apache2, then install mod_auth_external2
Check /usr/local/etc/apache2/httpd.conf

>Fix:
Change LoadModule directive in httpd.conf from:
LoadModule external_auth_module libexec/apache2/mod_auth_external.so      
to 
LoadModule auth_external_module libexec/apache2/mod_auth_external.so      
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list