https://localhost/server-info#mod_dav_svn.c at my localhost does not show the entries for the configuration, eg for SVNParentPath. But I have specified a svn repository and it is working like a charm. Here is the my configuration which is not seen in the output : n22 /etc/apache2/conf/modules.d # cat 47_mod_dav_svn.conf <IfDefine SVN> <IfModule !mod_dav_svn.c> LoadModule dav_svn_module extramodules/mod_dav_svn.so </IfModule> <Location /svn/repos> DAV svn SVNParentPath /var/svn/repos AuthzSVNAccessFile /var/svn/conf/svnaccess Satisfy Any Require valid-user AuthType Basic AuthName "Subversion repository" AuthUserFile /var/svn/conf/svnpasswd SVNIndexXSLT "/svnindex.xsl" </Location> <Location /svn/ramdisk> DAV svn SVNParentPath /mnt/ramdisk/svn/repos AuthzSVNAccessFile /mnt/ramdisk/svn/conf/svnaccess Satisfy Any Require valid-user AuthType Basic AuthName "Subversion repository (testing purpose)" AuthUserFile /var/svn/conf/svnpasswd SVNIndexXSLT "/svnindex.xsl" </Location> <IfDefine SVN_AUTHZ> <IfModule !mod_authz_svn.c> LoadModule authz_svn_module extramodules/mod_authz_svn.so </IfModule> </IfDefine> </IfDefine> Reproducible: Always Steps to Reproduce: 1. 2. 3.
This is fixed upstream in mod_info for 2.1.x. I don't believe there is a plan to bacport it.