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. 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 How-To-Repeat: Install Apache2, then install mod_auth_external2 Check /usr/local/etc/apache2/httpd.conf
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer
State Changed From-To: open->closed A fix has been committed. Thanks for the report!