• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

[Solved] Webdav does not work on Ubunt 14.04 LTS@Plesk 12.5

networkinghomer

New Pleskian
Hi,

we have an Ubuntu 14.04 LTS vServer running on Plesk 12.5. The problem is, that webdav-login fails with 401-error. Apache-modules are enabled (dav*). Ist also does not work using localhost.

Any ideas? Is it a bug? Can anyone confirm webdav is running with plesk 12.5@ubuntu?

Cheers,
Homer
 
Hi,
yes, WebDAV on Ubuntu 14 and Plesk 12 is working fine.
Are you running Mod Security?
And have you tried...

Code:
# /opt/psa/admin/sbin/file-sharing --sync

Regards

Lloyd
 
Solved!

The trick was to ad this 3 lines

RewriteEngine On
RewriteCond %{HTTP_HOST} domain.tld
RewriteRule ^(.*)$ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

In both sections (https+http) of apache-settings in plesk.
 
Back
Top