Mediaserver WebDAV-CGI not working. #2034
Labels
common
Bugs/feature requests that require changes to shared common build code
fileserver
mediawiki
torrentserver
The issue is a 500 "Internal Server Error". A quick look at the Apache error log shows these 2 lines which seem to be related to the issue:
I've had a quick investigation and couldn't see the issue. There were a few things that are worth mentioning:
samba-dav
overlay & confSome other unrelated things that are worth having a look at once the above is resolved:
libfilesys-smbclient-perl
package (or at least theFilesys::SmbClient
perl package from cpan), rather than needing to build it from source? That would make the build much quicker. The context to me thinking that is:lib/perl/Backend/SMB/Driver.pm
with the message "fixed hopeully problems with davfs2 driver"libfilesys-smbclient-perl
(Filesys::SmbClient
) as a dependency when installing on Debian./etc
- as per the install instructions. Will also require updating the overlay Apache conf to point to the new conf location (currently in/var/www/wabdavcgi
)/var/www/webdavcgi/etc/webdav.conf.complete
$MIMEFILE
line to use the OS/etc/mime.types
file (as per install instructions)There's probably other stuff too, but fixing the actual bug is priority. Any things noted here that we don't get to this time, can be moved to a new feature request issue.
The text was updated successfully, but these errors were encountered: