Upstream config updates (Lucid->Precise)
[sysconfig/apache2.git] / mods-available / dav_svn.conf
index 1974d0b743de247213324794dabe192ed18c411c..858891754b44d6e485cbc0321b68c82da152b47e 100644 (file)
   #AuthName "Subversion Repository"
   #AuthUserFile /etc/apache2/dav_svn.passwd
 
-  # To enable authorization via mod_authz_svn
+  # To enable authorization via mod_authz_svn (enable that module separately):
+  #<IfModule mod_authz_svn.c>
   #AuthzSVNAccessFile /etc/apache2/dav_svn.authz
+  #</IfModule>
 
   # The following three lines allow anonymous read, but make
   # committers authenticate themselves.  It requires the 'authz_user'