AuthUserFile /www/traffic/admin/.htpasswd
AuthName SecurityTest
AuthType Basic
<Limit GET POST PUT>
order Deny,Allow
Deny from All
Allow from All
require valid-user
</Limit> 
