2555f9d
2555f9d
DefineExternalAuth pwauth pipe /usr/bin/pwauth
2555f9d
2555f9d
#
53ede94
# see also: https://github.com/bimimicah/mod-auth-external/wiki/ConfigApache24
2555f9d
#
2555f9d
2555f9d
#<Location "/staff">
2555f9d
#
2555f9d
#	# Require SSL connection for password protection.
2555f9d
#	SSLRequireSSL
2555f9d
#
2555f9d
#	AuthType Basic
2555f9d
#	AuthName "Staff content"
2555f9d
#	AuthBasicProvider external
2555f9d
#	AuthExternal pwauth
2555f9d
#	require valid-user
2555f9d
#
2555f9d
#</Location>