AuthUserFile /home/ow6snxas/public_html/mescala79/intranet/.htpasswd 
AuthGroupFile /dev/null 
AuthName 'Acceso Restringido' 
AuthType Basic 

<Limit GET> 
require user mar 
</Limit>
<IfModule mod_setenvif.c>
  <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
             nokeepalive ssl-unclean-shutdown \
             downgrade-1.0 force-response-1.0
  </IfDefine>
</IfModule>