• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

[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