Hello, Apache-2.0.52 on FC3 does not show files >2GB in a DirectoryIndex. It does show files <2GB. Am I doing something wrong or is Apache on FC3 lacking LFS? Here is my config: <VirtualHost *:80> ServerAdmin webmaster@host DocumentRoot /mnt/data ServerName lfs ErrorLog logs/lfs-error.log CustomLog logs/lfs-access_log common <Directory /mnt/data> Options Indexes Order allow,deny Allow from all AllowOverride All </Directory> </VirtualHost> Thanks, Patrick