I have the Bitnami Ruby Stack with the Redmine module installed on Windows Server 2003. When I add:
<Location /svn/repo1>
DAV svn
SVNPAth "D:/Repositories/repo1"
</Location>
to the end of the
D:\Program Files\BitNami RubyStack\apache2\conf\httpd.conf
file, Apache fails to restart.
In order to use SVN in Apache, you must load needed DAV-modules before. Do you have:
in httpd.conf or recompiled Apache with these static modules?
Be sure that these two modules and the other modules mentioned in the subversion README.txt are in the apache2/modules folder. You can copy them from the subversion folder.
Recommendation to inspect error.log is still valid.