blob: 0b8a017990daf7efb7589d61502552ce5187a463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
LoadModule authnz_external_module modules/mod_authnz_external.so
DefineExternalAuth pwauth pipe /usr/bin/pwauth
#
# see also: http://code.google.com/p/mod-auth-external/wiki/ConfigApache22
#
#<Location "/staff">
#
# # Require SSL connection for password protection.
# SSLRequireSSL
#
# AuthType Basic
# AuthName "Staff content"
# AuthBasicProvider external
# AuthExternal pwauth
# require valid-user
#
#</Location>
|