You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
379 B
16 lines
379 B
## |
|
## 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 |
|
|
|
#<Location /example> |
|
# AuthType Basic |
|
# AuthName "Example" |
|
# AuthBasicProvider external |
|
# AuthExternal pwauth |
|
# Require valid-user |
|
#</Location> |
|
|
|
|