Jump to content

Apache wont start with svn


turck3

Recommended Posts

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.