mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
AuthType Basic
|
|
AuthName "queXS CATI: Authentication Required"
|
|
AuthUserFile /var/opt/quexs/htpasswd
|
|
AuthGroupFile /var/opt/quexs/htgroup
|
|
require group admin
|
|
Satisfy Any
|
|
Order Deny,Allow
|
|
Deny from all
|