Algo como isso deve funcionar:
você deve colocar, não algum tipo de :) Deve ser como "/ home / httpd / www / logs /" ou "/ var / log / apache / log /".
E é melhor terminar os diretórios com "/". Pode ser importante em algumas configurações.
Alias /logs/ "/<path to your directory>/log/"
<Directory /<path to your directory>/log/>
Options Indexes FollowSymLinks
AuthName "Application Logs"
AuthType Basic
AuthUserFile /<path to your directory>/ihs/610/conf/.htpasswd
<Limit GET POST>
require valid-user
</Limit>
</Directory>