8 lines
171 B
ApacheConf
8 lines
171 B
ApacheConf
|
AuthName "sa.stjohncarshow.org statistics"
|
||
|
AuthType Basic
|
||
|
AuthUserFile /home/sjcsauction/.stats-htpasswd
|
||
|
require valid-user
|
||
|
<Files .stats-htpasswd>
|
||
|
deny from all
|
||
|
</Files>
|