Monday, September 06, 2010

Apache Modules for Basic Autehtication

I think I've identified the minimum modules for Apache basic authentication:
auth_basic
authn_file
authz_user
authz_default
You'll also need authz_host, but that's probably already in place to support Allow/Deny.

2 comments: