]> mj.ucw.cz Git - subauth.git/blob - apache/mod_authn_subauth.conf
287ab23ca396c460ff92859496f023080ab1cb1c
[subauth.git] / apache / mod_authn_subauth.conf
1 # Example configuration for mod_authz_subauth
2
3 # <Location />
4 #       AuthType basic
5 #       AuthName "Prove yourself!"
6 #       AuthBasicProvider subauth
7 #       # SubAuthSocket /var/run/subauthd.socket
8 #       SubAuthZone web
9 #       Require valid-user
10 # </Location>