https://issues.apache.org/bugzilla/show_bug.cgi?id=56351

--- Comment #8 from Yann Ylavic <[email protected]> ---
I didn't figure out your configuration does not include all the needed
Authentication and Authorization modules.

Your configuration should load several modules like :

LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authz_core_module modules/mod_authz_core.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule auth_form_module modules/mod_auth_form.so
LoadModule session_module modules/mod_session.so
LoadModule request_module modules/mod_request.so

And then use :
   AuthFormProvider file
instead of :
   AuthBasicProvider file

You should refer to mod_auth_form documentation
(http://httpd.apache.org/docs/2.4/mod/mod_auth_form.html), or more generally to
the documentation for Authentication and Authorization
(http://httpd.apache.org/docs/2.4/howto/auth.html).

-- 
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]

Reply via email to