turck3 Posted January 2, 2009 Share Posted January 2, 2009 Upon adding the following lines to my httpd.conf my apache server will not start and I cannot determine what exactly is causing it: LoadModule dav_module modules/mod_dav.so LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so <Location /repos> DAV svn SVNParentPath C:/SVNRoot # our access control policy AuthzSVNAccessFile C:/SVNControl/auth # only authenticated users may access the repository Require valid-user # how to authenticate a user AuthType Basic AuthName "Subversion repository" AuthUserFile C:/SVNControl/passwd </Location> EDIT: For some reason it doesn't like the modules that I included... any ideas? EDIT Apparantly it doesn't like these two modules: LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so It doesn't care about the third. Quote Link to comment Share on other sites More sharing options...
turck3 Posted January 2, 2009 Author Share Posted January 2, 2009 Ok now I got it to tell me that those modules had an unexpected signature... and that it may have been written for another version..... Can someone give me DIRECT links to the FILES for Subversion and Apache installations? Quote Link to comment Share on other sites More sharing options...
turck3 Posted January 2, 2009 Author Share Posted January 2, 2009 Matched my versions by installing an earlier version.... Didn't work. Quote Link to comment Share on other sites More sharing options...
turck3 Posted January 2, 2009 Author Share Posted January 2, 2009 I tried another install configuration.. this time with apache 2.2.11 and Subversion from the last link on this page: http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100 No luck. EDIT I also tried installing subversion from the third link on this page http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 No luck. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.