Mailing List Archive

WebDAV issues with large files on Windows
HiI 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 thanksAndrew<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>
Re: WebDAV issues with large files on Windows [ In reply to ]
Am 29.07.22 um 15:12 schrieb Andrew Wood:
> I am having issues when copying large files (over approx 250MB) on Windows 10. Linux (Gnome) clients dont seem to be having any issue.

As far as I remember, this is not an apache issue, but a Windows (10) issue. Search for "Windows Webdav file limit" and you should get some results. I think you need a registry "hack" to fix it.

Kind regards
Torge


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org