選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
16 行
379 B
16 行
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> |
|
|
|
|