1AuthUserFile /dev/null
2AuthGroupFile /dev/null
3AuthName DenyViaWeb
4AuthType Basic
5
6
7<Limit GET>
8order allow,deny
9deny from all
10</Limit>
11