## ## apache-authext.conf -- Apache configuration for mod_authnz_external ## LoadModule authnz_external_module @l_prefix@/libexec/apache/mod_authnz_external.so DefineExternalAuth pwauth pipe @l_prefix@/bin/pwauth # # AuthType Basic # AuthName "Example" # AuthBasicProvider external # AuthExternal pwauth # Require valid-user #