Re: [users@httpd] WebDAV issues with large files on Windows

2022-07-31 Thread Torge Riedel
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"

Re: [users@httpd] HowTo serve a directory via WebDAV with read access only

2018-01-07 Thread Torge Riedel
Am 04.01.2018 um 21:07 schrieb Michelle Konzack: You are missing Require user readOnlyUser Thank you for your hint. I solved it a different way: Since I need only a download possibility, using WebDAV was too much for my scenario. Since the client app always knows the names of the

[users@httpd] HowTo serve a directory via WebDAV with read access only

2018-01-04 Thread Torge Riedel
Hi list, I cannot make the following working with apache 2.4: Serve a directory via WebDAV with files and allow only listing directory content and downloading the files. Here is my - current - snippet from the virtualhost:   Alias "/files" "/var/local/webdav/files"       Dav on        

[users@httpd] Redirect all unconfigured sub-domains to specific sub-domain

2017-05-15 Thread Torge Riedel
Hi, I'm using Apache 2.2 and currently have the following configuration files: 00-default-> redirect non-https-URLs to https-URLs 00-default-ssl -> default configuration for https://mydomain.de and https://www.mydomain.de Then several files

Re: [users@httpd] Architecture recommendations, tips, hints and help

2015-12-03 Thread Torge Riedel
Am 29.11.2015 um 23:00 schrieb Nick Kew: On Sun, 2015-11-29 at 10:05 -0500, Yehuda Katz wrote: You might want to use CGI or FastCGI rather than an Apache module. You can write CGI in any language, including C or C++ and there are libraries that already implement FastCGI for both languages.

[users@httpd] Architecture recommendations, tips, hints and help

2015-11-29 Thread Torge Riedel
Dear list, I'm faced with the following "architecture" of an application: - Linux Server (small VM) with MySQL-DB, accessible via SSL from outside of the server, access is limited to a set of users - Client is a .NET-Application connecting to the DB with one user for each installation since

[users@httpd] mod_authn_dbd: Stored procedures not supported ... Commands out of sync; you can't run this command now

2014-06-29 Thread Torge Riedel
Hi, I'm having a server installed with Apache 2.2 (Ubuntu LTS 12.04) and I used mod_authn_dbd as documented here http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html to check the permissions. Since I use a MySQL database DBDriver mysql is set. Since there is already an existing user