• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

[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