• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

[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