Directory Listing is disabled in Lighttpd on Fedora 16 by default. Sometimes you want quick and dirty file sharing over http. Lighttpd is perfect for that.
First install lighttpd:
yum install lighttpd
Enable directory listing in /etc/lighttpd/conf.d/dirlisting.conf
dir-listing.activate = "enable"