I am trying to get my Apache server restarted after trying to install Subversion.
I have added the following lines to my httpd.conf file for Apache:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
But Apache won't restart and the error log file shows this:
C:/xampp/apache/modules/mod_dav_svn.so into server: The specified module could not be found.
That is weird to me because the files were moved there.
See the screenshot here: http://screencast.com/t/0FjtHb3isu
What am I missing?
Best Answer
Basic DAV module must be loaded before svn-specific
Don't forget also about special
Location
container for serving svn-repo (SVN Book have well-written article about running Apache-based repos, BTW)