From ac933eda98110a7b12e488f47ce493c56f1e04de Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Tue, 08 Jun 2010 14:51:14 -0400
Subject: [PATCH] The server-side of the webdav - support

---
 docs/INSTALL_DEBIAN_5.0_courier_mydns.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/docs/INSTALL_DEBIAN_5.0_courier_mydns.txt b/docs/INSTALL_DEBIAN_5.0_courier_mydns.txt
index ef54f04..c3dae3b 100644
--- a/docs/INSTALL_DEBIAN_5.0_courier_mydns.txt
+++ b/docs/INSTALL_DEBIAN_5.0_courier_mydns.txt
@@ -127,6 +127,10 @@
 
 a2enmod suexec rewrite ssl actions include
 
+# If you want to use webdav then run the following to enable the Apache webdav modules:
+
+a2enmod dav_fs a2enmod dav auth_digest
+
 # restart apache before continuing
 
 /etc/init.d/apache2 restart

--
Gitblit v1.9.1