<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=WebDAV_repository</id>
	<title>WebDAV repository - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=WebDAV_repository"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=WebDAV_repository&amp;action=history"/>
	<updated>2026-05-06T17:45:09Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=WebDAV_repository&amp;diff=6347&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=WebDAV_repository&amp;diff=6347&amp;oldid=prev"/>
		<updated>2024-10-18T06:47:26Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:47, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=WebDAV_repository&amp;diff=6346&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* Configure Windows Server 2003 */clean up, typos fixed: isn’t → isn&#039;t</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=WebDAV_repository&amp;diff=6346&amp;oldid=prev"/>
		<updated>2024-04-25T14:43:14Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Configure Windows Server 2003: &lt;/span&gt;clean up, typos fixed: isn’t → isn&amp;#039;t&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Repositories}}&lt;br /&gt;
Web-based Distributed Authoring and Versioning (WebDAV) is a set of methods based on the Hypertext Transfer Protocol (HTTP) that facilitates collaboration between users in editing and managing documents and files stored on World Wide Web servers.&lt;br /&gt;
&lt;br /&gt;
A WebDAV repository can be enabled by a site administrator in &amp;#039;&amp;#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Repositories &amp;gt; Manage repositories&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==WebDAV configuration==&lt;br /&gt;
&lt;br /&gt;
After enabling the WebDAV repository, a repository instance can be created in &amp;#039;&amp;#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Repositories &amp;gt; WebDAV repository&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Webdav config.png]]&lt;br /&gt;
&lt;br /&gt;
===Options===&lt;br /&gt;
WebDAV type: Choose from HTTP or HTTPS connection&lt;br /&gt;
&lt;br /&gt;
WebDAV server: The server name &lt;br /&gt;
&lt;br /&gt;
WebDAV path: The path to webdav directory&lt;br /&gt;
&lt;br /&gt;
Authentication: We currently only support HTTP Basic Authentication&lt;br /&gt;
&lt;br /&gt;
WebDAV server port: The webdav server port&lt;br /&gt;
&lt;br /&gt;
WebDAV server user: HTTP Basic authentication username&lt;br /&gt;
&lt;br /&gt;
WebDAV server password: HTTP Basic authentication password&lt;br /&gt;
&lt;br /&gt;
For example, if you are going to add a webdav server at http://webdavserver.tld/path/to/dir, you should use following options:&lt;br /&gt;
WebDAV type: HTTP&lt;br /&gt;
WebDAV Server: webdavserver.tld&lt;br /&gt;
&lt;br /&gt;
== Configuring WebDAV on Microsoft Windows Server 2003 R2 (Service Pack 2), IIS V6.0 ==&lt;br /&gt;
&lt;br /&gt;
=== Configure Windows Server 2003 ===&lt;br /&gt;
&lt;br /&gt;
First we need to install WebDAV on the server. &amp;#039;&amp;#039;Note:&amp;#039;&amp;#039; when you promote a basic Windows Server 2003 installation to an application server, it installs various IIS 6 components but WebDAV isn&amp;#039;t one of them. &lt;br /&gt;
&lt;br /&gt;
==== Install and Enable WebDAV on the Server ====&lt;br /&gt;
&lt;br /&gt;
To install WebDAV on the IIS 6 machine, use Add or Remove Programs in Control Panel and run the Windows Components Wizard. You can find WebDAV under &amp;#039;&amp;#039;&amp;#039;Application Server -&amp;gt; Internet Information Services -&amp;gt; World Wide Web Service -&amp;gt; WebDAV Publishing&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Once WebDAV is installed it needs to be enabled. Check the WebDAV option under the Web Service Extensions node in IIS Manager.&lt;br /&gt;
&lt;br /&gt;
=== Configure IIS ===&lt;br /&gt;
&lt;br /&gt;
Configuring a new virtual directory in IIS is a two-step process:&lt;br /&gt;
&lt;br /&gt;
#Create a new virtual directory using the Virtual Directory wizard&lt;br /&gt;
#Configure the access permissions on the new virtual directory&lt;br /&gt;
&lt;br /&gt;
==== Create New Virtual Directory ====&lt;br /&gt;
#Open IIS and right-click on your Moodle website. Select &amp;#039;&amp;#039;&amp;#039;New -&amp;gt; Virtual Directory&amp;#039;&amp;#039;&amp;#039;... from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:New_virtual_directory.png|200 px|Menu option required for creating new virtual directory]]&lt;br /&gt;
#Select &amp;#039;&amp;#039;&amp;#039;New -&amp;gt; Virtual directory...&amp;#039;&amp;#039;&amp;#039; from the pop-up menu. The &amp;#039;&amp;#039;&amp;#039;Create New Virtual Directory Wizard&amp;#039;&amp;#039;&amp;#039; is displayed.&amp;lt;br /&amp;gt;[[Image:Wizard_intro.png|200 px|IIS Virtual Directory Creation Wizard]] &lt;br /&gt;
#Call the new virtual directory &amp;#039;&amp;#039;&amp;#039;Moodledata&amp;#039;&amp;#039;&amp;#039;.&amp;lt;br /&amp;gt;[[Image:Name_directory.png|200 px|alt text]]&lt;br /&gt;
#Specify the path to the Moodledata directory.&amp;lt;br /&amp;gt;[[Image:Choose_path.png|200 px|Choosing path to folder on server]]&lt;br /&gt;
#Ensure the new virtual directory has &amp;#039;&amp;#039;&amp;#039;Read&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Write&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Browse&amp;#039;&amp;#039;&amp;#039; permissions.&amp;lt;br /&amp;gt;[[Image:Directory_permissions.png|200 px|Specifying directory permissions]]&lt;br /&gt;
#Press the Finish button to create the new virtual directory.&lt;br /&gt;
&lt;br /&gt;
==== Configuring Virtual Directory Properties ====&lt;br /&gt;
&lt;br /&gt;
#Right-click on the new virtual directory and select Properties from the pop-up menu.&amp;lt;br /&amp;gt;[[Image:Check_properties.png|200 px|Checking new virtual directory properties]]&lt;br /&gt;
#Ensure that &amp;#039;&amp;#039;&amp;#039;Read&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Write&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Directory browsing&amp;#039;&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;&amp;#039;Log visits&amp;#039;&amp;#039;&amp;#039; are checked. Ensure &amp;#039;&amp;#039;&amp;#039;Index this resource&amp;#039;&amp;#039;&amp;#039; is unchecked.&amp;lt;br /&amp;gt;[[Image:Properties_view.png|200 px|Virtual directory properties correctly configured]]&lt;br /&gt;
#Click on the &amp;#039;&amp;#039;&amp;#039;Directory Security&amp;#039;&amp;#039;&amp;#039; tab and press the &amp;#039;&amp;#039;&amp;#039;Authentication and access control&amp;#039;&amp;#039;&amp;#039; Edit... button&amp;lt;br /&amp;gt;[[Image:Authentication_tab.png|200 px|Directory Security authentication and access control]]&lt;br /&gt;
#Authenticated access configuration will depend on your needs. Basic access will require you to uncheck &amp;#039;&amp;#039;&amp;#039;Enable anonymous access&amp;#039;&amp;#039;&amp;#039; and check &amp;#039;&amp;#039;&amp;#039;Basic authentication (password is sent in clear text)&amp;#039;&amp;#039;&amp;#039;. You may get a warning about security:&amp;lt;br /&amp;gt;[[Image:Authentication_warn.png|200 px|Directory security warning]]&lt;br /&gt;
#Your new virtual directory is ready for testing.&amp;lt;br /&amp;gt;[[Image:Final_view.png|200 px|New virtual directory ready for use]]&lt;br /&gt;
&lt;br /&gt;
=== Testing WebDAV on Windows XP ===&lt;br /&gt;
&lt;br /&gt;
WebDAV needs to be enabled on any client machines that will be used to create and manage content for Moodle. Windows XP has a built-in WebDAV client service that needs to be enabled:&lt;br /&gt;
&lt;br /&gt;
#Open the &amp;#039;&amp;#039;&amp;#039;Services&amp;#039;&amp;#039;&amp;#039; console under &amp;#039;&amp;#039;&amp;#039;Administrative Tools&amp;#039;&amp;#039;&amp;#039; and find the &amp;#039;&amp;#039;&amp;#039;WebClient&amp;#039;&amp;#039;&amp;#039; service.&lt;br /&gt;
#Double-click on this service to open its &amp;#039;&amp;#039;&amp;#039;Properties&amp;#039;&amp;#039;&amp;#039; sheet.&lt;br /&gt;
#Change the &amp;#039;&amp;#039;&amp;#039;Startup Type&amp;#039;&amp;#039;&amp;#039; to &amp;#039;&amp;#039;Automatic&amp;#039;&amp;#039;, then click the Start button to start the service.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039; Internet Explorer 8.0 no longer supports web folders. See [http://blogs.msdn.com/b/askie/archive/2009/03/20/open-as-web-folder-not-in-the-internet-explorer-8-file-open-dialog.aspx this blog post from David Conner] for details. Instead, you will need to map a network drive (instructions on mapping a network drive are also given in David&amp;#039;s blog post).&lt;br /&gt;
&lt;br /&gt;
WebDAV path: /path/to/dir/&lt;br /&gt;
&lt;br /&gt;
==Repository permissions==&lt;br /&gt;
&lt;br /&gt;
This repository is accessible by default to administrators, course creators, teachers, editing teachers and managers, but not to guests or students. This [[Capabilities/repository/webdav:view|capability]] can be changed to control access to users with specific roles.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* MDL-22663&lt;br /&gt;
&lt;br /&gt;
[[Category:Site administration]]&lt;br /&gt;
&lt;br /&gt;
[[de:WebDAV Repository]]&lt;br /&gt;
[[es:Repositorio WebDAV]]&lt;br /&gt;
[[fr:Dépôt WebDAV]]&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>