• 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.

WebDAV error

T

theboblet

Guest
When restarting Apache2 after creating a vhost.conf directive for WebDAV, I get the following error:

Syntax error on line 16 of /var/www/vhosts/domainname/conf/vhost.conf:
Invalid command 'DAV', perhaps mis-spelled or defined by a module not included in the server configuration
websrvmng: Service /etc/init.d/apache2 failed to reload
websrvmng: Service /etc/init.d/apache2 failed to reload

The Directive I used was:
<Directory /var/www/vhosts/DOMAIN/httpdocs/DIRECTORY>
DAV On
allow from all
</Directory>

(I know that provides no security - just a test)

I've searched these forums and elsewhere, but it seems as though this ought to just work. I don't have any additional directives in the global php.ini. The vhost.conf has other directives, but none relating to DAV.
 
Back
Top