WebDAV issues with large files on Windows

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

 



Hi
I have a WebDAV share setup with Apache 2.4.54 on Debian using mod-dav below is the config for the virtual site.

I am having issues when copying large files (over approx 250MB) on Windows 10. Linux (Gnome) clients dont seem to be having any issue.

When copying a large file to the server it gets to 99% then stops for several minutes before giving an error that the semaphore has timed out.

When trying to copy a file from the server it says the file is too large. Is there something I need to change in the config to address this?

Many thanks
Andrew

<VirtualHost *:443>
         ServerName files.xyz.com
         DocumentRoot /webdavs/general
         ErrorLog ${APACHE_LOG_DIR}/general.error.log
         CustomLog ${APACHE_LOG_DIR}/general.access.log combined

        SSLCertificateFile /etc/letsencrypt/live/server.xyz.com/fullchain.pem
        SSLCertificateKeyFile /etc/letsencrypt/live/server.xyz.com/privkey.pem


        #Alias /general /webdavs/general
        <Directory /webdavs/general>
                Options +Indexes
                DAV On
                AuthType Digest
                AuthName "CMT"
                AuthUserFile /etc/apache2/.htpasswd
                Require valid-user
                SSLRequireSSL
        </Directory>





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux