Browsing the path with security

Hello;
vicibox 4.0.3, vicidial 2.8-404a, Build 130605-0841, asterisk 1.4.39.1-vici, Single Machine, Vtiger 5.4
How I can make the path
Regards
Bilal
vicibox 4.0.3, vicidial 2.8-404a, Build 130605-0841, asterisk 1.4.39.1-vici, Single Machine, Vtiger 5.4
How I can make the path
to be accessed by username and password as now anyone can browse it. I have the following security settings in the file vi /etc/apache2/conf.d/vicirecord.confhttp://192.168.28.254/RECORDINGS/MP3/
Alias /RECORDINGS/ "/var/spool/asterisk/monitorDONE/"
<Directory "/var/spool/asterisk/monitorDONE">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
<files *.mp3>
Forcetype application/forcedownload
</files>
</Directory>
Regards
Bilal