-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample-users.conf
83 lines (76 loc) · 2.91 KB
/
sample-users.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
### Generated for junk/all
# /theRoot/data-orig/junk/all
<Directory "/[Tt][Hh][Ee][Rr][Oo][Oo][Tt]/[Dd][Aa][Tt][Aa]-[Oo][Rr][Ii][Gg]/[Jj][Uu][Nn][Kk]/[Aa][Ll][Ll]/">
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
AuthType Basic
AuthName "Password protected data for junk/all"
AuthUserFile /private/etc/apache2/file1
Require user junk1 junk2 junk3
</Directory>
# /theRoot/data/junk/all
<Directory "/[Tt][Hh][Ee][Rr][Oo][Oo][Tt]/[Dd][Aa][Tt][Aa]/[Jj][Uu][Nn][Kk]/[Aa][Ll][Ll]/">
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
AuthType Basic
AuthName "Password protected data for junk/all"
AuthUserFile /private/etc/apache2/file1
Require user junk1 junk2 junk3
</Directory>
# /theRoot/data-xml/junk/all
<Directory "/[Tt][Hh][Ee][Rr][Oo][Oo][Tt]/[Dd][Aa][Tt][Aa]-[Xx][Mm][Ll]/[Jj][Uu][Nn][Kk]/[Aa][Ll][Ll]/">
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
AuthType Basic
AuthName "Password protected data for junk/all"
AuthUserFile /private/etc/apache2/file1
Require user junk1 junk2 junk3
</Directory>
# /theRoot/media/junk/all
<Directory "/[Tt][Hh][Ee][Rr][Oo][Oo][Tt]/[Mm][Ee][Dd][Ii][Aa]/[Jj][Uu][Nn][Kk]/[Aa][Ll][Ll]/">
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
AuthType Basic
AuthName "Password protected data for junk/all"
AuthUserFile /private/etc/apache2/file1
Require user junk1 junk2 junk3
</Directory>
### Generated for verbatim/deal
# /theRoot/verbatim/deal
<Directory "/[Tt][Hh][Ee][Rr][Oo][Oo][Tt]/[Vv][Ee][Rr][Bb][Aa][Tt][Ii][Mm]/[Dd][Ee][Aa][Ll]/">
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
AuthType Basic
AuthName "Password protected data for verbatim/deal"
AuthUserFile /private/etc/apache2/file2
Require user 2
</Directory>
### Generated for only/media
# /theRoot/media/only/media
<Directory "/[Tt][Hh][Ee][Rr][Oo][Oo][Tt]/[Mm][Ee][Dd][Ii][Aa]/[Oo][Nn][Ll][Yy]/[Mm][Ee][Dd][Ii][Aa]/">
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
AuthType Basic
AuthName "Password protected data for only/media"
AuthUserFile /private/etc/apache2/file3
Require user 3
</Directory>
### Generated for some/selected
# /theRoot/data-orig/some/selected
<Directory "/[Tt][Hh][Ee][Rr][Oo][Oo][Tt]/[Dd][Aa][Tt][Aa]-[Oo][Rr][Ii][Gg]/[Ss][Oo][Mm][Ee]/[Ss][Ee][Ll][Ee][Cc][Tt][Ee][Dd]/">
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
AuthType Basic
AuthName "Password protected data for some/selected"
AuthUserFile /private/etc/apache2/file4
Require user 4
</Directory>
# /theRoot/data/some/selected
<Directory "/[Tt][Hh][Ee][Rr][Oo][Oo][Tt]/[Dd][Aa][Tt][Aa]/[Ss][Oo][Mm][Ee]/[Ss][Ee][Ll][Ee][Cc][Tt][Ee][Dd]/">
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
AuthType Basic
AuthName "Password protected data for some/selected"
AuthUserFile /private/etc/apache2/file4
Require user 4
</Directory>