> The problem is, no matter what I do, I get an access denied error.

Here is what I have on my desktop at work to allow everyone to
get to a directory where I have ISO images for various
linux distros installed, seems to work for me (but I do have
selinux disabled):

# And throw in /caliban/install-iso as well
#
Alias /install-iso /caliban/install-iso

<Directory /caliban/install-iso>
   Order allow,deny
   Allow from all
   Options +Indexes
</Directory>

I seem to recall there is also some mysterious setting
somewhere I had to dig up at home because certain files
are hidden by default (with names like README - no idea
why you'd want to hide all README files).
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to