[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Starting Apache as a Service - Error?

From: Michael Mott <michael.mott_at_gmx.net>
Date: 2006-05-03 21:47:45 CEST

Hi there,

 

I've just installed Apache 2.2.2 and then SVN 1.3.1. After that I modified
the httpd.conf in that way you have described in your documentation.

 

After all I want to start the Apache Server again and I get the
error-message below. What can I do to solve this problem. I've searched the
web and see

that many others have the same problem too - but no solution anywhere.

 

By the way:

 

I am using Windows XP SP2 .

 

Best regards,

 

Michael

 

<-- httpd.changes -->

LoadModule dav_module modules/mod_dav.so

LoadModule dav_fs_module modules/mod_dav_fs.so

LoadModule dav_svn_module modules/mod_dav_svn.so

LoadModule authz_svn_module modules/mod_authz_svn.so

 

<Location /svn>

            DAV svn

            SVNListParentPath on

            SVNParentPath D:/REPOSITORY

            AuthType Basic

            AuthName "Subversion repositories"

            AuthUserFile passwd

            #AuthzSVNAccessFile svnaccessfile

            Require valid-user

</Location>

<-- httpd.changes -->

 

<-- cut -->

httpd.exe: Syntax error on line 488 of C:/Programme/Apache Software
Foundation/A

pache2.2/conf/httpd.conf: API module structure `dav_svn_module' in file
C:/Progr

amme/Apache Software Foundation/Apache2.2/modules/mod_dav_svn.so is garbled
- pe

rhaps this is not an Apache module DSO?

Note the errors or messages above, and press the <ESC> key to exit. 9....

<-- cut -->

 
Received on Fri May 5 10:17:54 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.