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
https://forums.phpfreaks.com/topic/139152-apache-wont-start-with-svn/
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.