Question : Need EASY step by step method to display an Indexed directory list on apache webserver that is not in the /www/ structure.

I'm using Asterisk open source VOIP pbx...I have written some code that will record calls at the server to /var/spool/asterisk/monitor/   > NRS/*.wav , WRS/*.wav , ARC/*.wav

I need to serve these directory indexed on apache so that users can listen to what they are recording to make sure recordings are good.......and i'm not a web developer at all...especially not on linux Centos.
I've been to alot of sites...and no luck ...so please do not give me links.....I already know how to google.

If anyone can explain the NECESSARY steps needed to get an indexed directory that is not in the web root.......I can probably take it from there.

Thanks.

Answer : Need EASY step by step method to display an Indexed directory list on apache webserver that is not in the /www/ structure.

It looks like the httpd user has no read permissions for that directory.

You may chmod the files within that directory via shell to read access for all others (not owner or owner group)

chmod -R o+r

Or may be you'd like to change the owner for that directory? And if you're using selinux, things would be different, too.
Random Solutions  
 
programming4us programming4us