Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: WebDAV Setup.

WebDAV Setup: Difference between revisions

From MoodleDocs
Line 38: Line 38:


==== Configuring Virtual Directory Properties ====
==== Configuring Virtual Directory Properties ====
Right-click on the new virtual directory and select Properties from the pop-up menu.
[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]
Ensure that '''Read''', '''Write''', '''Directory browsing''', and '''Log visits''' are checked. Ensure '''Index this resource''' is unchecked.
[[Image:Properties_view.png|200px|thumb|right|alt text]]


[[Image:Authentication_tab.png|200 px|alt text]]
[[Image:Authentication_tab.png|200 px|alt text]]
Line 43: Line 52:
[[Image:Authentication_warn.png|200px|thumb|right|alt text]]
[[Image:Authentication_warn.png|200px|thumb|right|alt text]]


[[Image:Check_properties.png|200px|thumb|right|Checking new virtual directory properties]]
 




Line 51: Line 60:




[[Image:Properties_view.png|200px|thumb|right|alt text]]


Your new virtual directory is ready for testing.
Your new virtual directory is ready for testing.

Revision as of 15:26, 14 June 2010

WebDAV access allows users which can edit course files to do so from a convenient WebDAV "Web Folder"/Mountpoint which acts like a local drive.

To set up WebDAV access in your Moodle installation:

  • In Admin->Server->WebDAV Set webdavenable to Yes.
  • The 'moodle/site:webdav' capability controls who can connect - by default the "Course Creator" role has it. Assign the role at the system level for users to be able to connect.
  • If you want to restrict WebDAVaccess so it is only accessible from the local LAN, use the webdavsubnet setting.

(This feature will be available after v1.9)

Note: For the WebDAV feature to work, the PHP setting magic_quotes_gpc must be off.


Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0

Configure IIS

IIS Virtual Directory Creation Wizard

Create New Virtual Directory

Open IIS and right-click on your Moodle website. Select New -> Virtual Directory... from the pop-up menu.

alt text

Call the new virtual directory Moodledata.

alt text

Specify the path to the Moodledata directory.

Choosing path to folder on server

Ensure the new virtual directory has Read, Write and Browse permissions.

Specifying directory permissions

Press the Finish button to create the new virtual directory.

Configuring Virtual Directory Properties

Right-click on the new virtual directory and select Properties from the pop-up menu.

Checking new virtual directory properties

Ensure that Read, Write, Directory browsing, and Log visits are checked. Ensure Index this resource is unchecked.

alt text


alt text

alt text



Creating a new virtual folder



Your new virtual directory is ready for testing.

alt text

See Also