Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

EnableWebDAV

Summary

Sets WebDAV functionality.

Usage

EnableWebDAV=true | false

Description

This setting allows you to enable or disable WebDAV support. WebDAV is an abbreviation for "Web-based Distributed Authoring and Versioning" and is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on a web server. This is achieved by making use of a WebDAV compatible client / application.

Using a WebDAV compatible client, the user connects to the server and is able to browse and manage files in a similar way as with a network share or an FTP server. In other words, what this protocol does is that it makes it possible to browse, create, remove, upload, download, rename, etc. files and directories on a web server. One of the most important advantages of this technology is that it uses port 80 for network traffic. This means that if you are able to surf the site from your workstation, you can also use WebDAV to administer it. It does not require firewall reconfiguration.

From version 3.2 and up, eZ Publish provides a built in WebDAV server. This implementation allows users to communicate with eZ Publish using a WebDAV compatible client. Once connected, it is possible to browse and manage the node tree of a site. The tree will be displayed as if it were a file system (as directories and files). When enabling WebDAV additional settings must be set in site.ini and upload.ini. For more information on WebDAV please visit http://ez.no/doc/ez_publish/ technical_manual/4_4/features/webdav

By default this function is disabled ("false").

This setting is case sensitive

Examples

EnableWebDAV=false

This is the default setting.

Geir Arne Waaler (13/10/2010 9:06 am)

Geir Arne Waaler (05/11/2010 12:42 pm)


Comments

There are no comments.