diff --git a/docs/admin/system_admin/svn-http.rst b/docs/admin/system_admin/svn-http.rst --- a/docs/admin/system_admin/svn-http.rst +++ b/docs/admin/system_admin/svn-http.rst @@ -124,6 +124,7 @@ 1. To configure Apache, create and edit LogLevel info # allows custom host names, prevents 400 errors on checkout HttpProtocolOptions Unsafe + # Most likely this will be: /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf Include /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf diff --git a/rhodecode/apps/svn_support/templates/mod-dav-svn.conf.mako b/rhodecode/apps/svn_support/templates/mod-dav-svn.conf.mako --- a/rhodecode/apps/svn_support/templates/mod-dav-svn.conf.mako +++ b/rhodecode/apps/svn_support/templates/mod-dav-svn.conf.mako @@ -24,6 +24,7 @@ # LogLevel info # # allows custom host names, prevents 400 errors on checkout # HttpProtocolOptions Unsafe +# # Most likely this will be: /home/user/.rccontrol/enterprise-1/mod_dav_svn.conf # Include /path/to/generated/mod_dav_svn.conf # #