Show More
@@ -33,7 +33,7 b'' | |||||
33 | # following directives implement a fake authentication that allows every |
|
33 | # following directives implement a fake authentication that allows every | |
34 | # username/password combination. |
|
34 | # username/password combination. | |
35 | AuthType Basic |
|
35 | AuthType Basic | |
36 |
AuthName |
|
36 | AuthName None | |
37 | AuthBasicProvider anon |
|
37 | AuthBasicProvider anon | |
38 | Anonymous * |
|
38 | Anonymous * | |
39 | Require valid-user |
|
39 | Require valid-user | |
@@ -50,7 +50,7 b'' | |||||
50 |
|
50 | |||
51 | <Location ${location}> |
|
51 | <Location ${location}> | |
52 | AuthType Basic |
|
52 | AuthType Basic | |
53 |
AuthName |
|
53 | AuthName None | |
54 | AuthBasicProvider anon |
|
54 | AuthBasicProvider anon | |
55 | Anonymous * |
|
55 | Anonymous * | |
56 | Require valid-user |
|
56 | Require valid-user |
General Comments 0
You need to be logged in to leave comments.
Login now