2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Add example htaccess files for security of directories

This commit is contained in:
Adam Zammit
2013-01-29 10:59:26 +11:00
parent 075cd0a1a9
commit 8eef600032
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
AuthType None
Satisfy Any
Order Deny, Allow
Allow from All

View File

@@ -0,0 +1,5 @@
AuthType Basic
AuthName "queXS CATI: Authentication Required"
AuthUserFile /var/opt/quexs/htpasswd
AuthGroupFile /var/opt/quexs/htgroup
require group admin