You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lassiege Hugo <hl...@sopragroup.com> on 2006/06/06 10:21:39 UTC

Subversion and webDav module

 
Hi,
I try to install subversion and the webdav module for apache. I did this installation a lot of time but today seems to be a bad day ^^
I installed subversion 1.3.1, apache 2.0.55 (I tried with 2.0.58 too). I copy paste the mod_dav_svn.so and mod_authz_svn.so in apache2/modules.
I just test to activate the module in http.conf
 
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
 
But apache2 don't want to start as a services and there is no error message. If I try to launch it manually from apache2/bin/apache.exe it works. 
Anybody has an Idea why apache don't want to start as a service ?
 
Best regards
Hugo


Re: Subversion and webDav module

Posted by "D.J. Heap" <dj...@gmail.com>.
On 6/6/06, Lassiege Hugo <hl...@sopragroup.com> wrote:
>
>
> Hi,
> I try to install subversion and the webdav module for apache. I did this
> installation a lot of time but today seems to be a bad day ^^
> I installed subversion 1.3.1, apache 2.0.55 (I tried with 2.0.58 too). I
> copy paste the mod_dav_svn.so and mod_authz_svn.so in apache2/modules.
> I just test to activate the module in http.conf
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
>
> But apache2 don't want to start as a services and there is no error message.
> If I try to launch it manually from apache2/bin/apache.exe it works.
> Anybody has an Idea why apache don't want to start as a service ?
>


Have you tried this:

http://subversion.tigris.org/faq.html#mod_dav_svn-win32

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org