FC3: does Apache-2.0.52 have LFS (large file support) built-in?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux