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

Re: Newbie question on Apache error

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 05 Nov 2008 20:05:01 +0100

Mel wrote:
> Oliver & Stephan,
>
> Oliver -- I am not clear what you're saying. In the TortoiseSVN
> instructions for setting up the Apache Server I am suppose to
> uncomment the following 2 lines from the /config/httpd file:
>
> LoadModule dav_fs_module modules/mod_dav_fs.so
> LoadModule dav_module modules/mod_dav.so
>
> And then at the end of the LoadModule section add the following 2
> lines:
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> And then I'm suppose to add the following lines at the end of the
> same /config/httpd file and I modified the SVNParentPath to indicate
> where my repository lives which is as indicated below:
>
> <Location /svn>
> DAV svn
> SVNListParentPath on
> SVNParentPath C:\SCMIS
> #SVNParentPath D:\SVN
> #SVNIndexXSLT "/svnindex.xsl"
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile passwd
> #AuthzSVNAccessFile svnaccessfile
> Require valid-user
> </Location>
>
> Stephan -- I had copied the files that you stated below to the
> Apache2.2\bin directories already per the instructions.

Did you install the svn binaries for apache 2.2 and not for apache 2.0?
Please make sure you have the correct version installed (and the correct
dlls copied).

Also, make sure the paths to the *.so modules is correct (they must be
in the modules subdir in the apache folder). The svn installer copies
them there automatically, but if you didn't use the installer, they
won't be there and you have to copy them manually.

You can get more information from the apache error log.

And you can start apache from the command line (there's an entry in the
start menu for this) which will give you more information about what's
wrong.

And one more thing: my name is Stefan, not Stephan.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-11-05 20:05:20 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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