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

RE: problem with setting up the httpd.conf file

From: CLAYTON LUIZ DE ANDRADE <claytonl_at_agraria.com.br>
Date: 2006-05-24 16:35:28 CEST

Thats it, I installed the Apache 2.0.58 and everything runs well, great!
Thanks a lot.

             Clayton Luiz de Andrade
Analista de Sistemas - Dept. de Informática
 Cooperativa Agrária Mista Entre Rios Ltda
                Fone: (42) 3625-8107
              claytonl@agraria.com.br
            Visite: www.agraria.com.br

>>> "Edward Bosco" <ebosco@prologic-inc.com> 05/24/06 11:30 am >>>
Clayton -

I don't believe that Apache 2.2.2 has support yet for the mod_dav_svn
module.

From http://subversion.tigris.org/faq.html
==
I heard that Subversion is an Apache extension? What does it use for
servers?

No. Subversion is a set of libraries. It comes with a command-line
client that uses them. There are two different Subversion server
processes: either svnserve, which is small standalone program similar to
cvs pserver, or Apache httpd-2.0 using a special mod_dav_svn module.
svnserve speaks a custom protocol, while mod_dav_svn uses WebDAV as its
network protocol. See chapter 6 in the Subversion book to learn more.
==

From
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.serverconfig

==
Prerequisites

To network your repository over HTTP, you basically need four
components, available in two packages. You'll need Apache httpd 2.0, the
mod_dav DAV module that comes with it, Subversion, and the mod_dav_svn
filesystem provider module distributed with Subversion. Once you have
all of those components, the process of networking your repository is as
simple as:

    *

      getting httpd 2.0 up and running with the mod_dav module,
    *

      installing the mod_dav_svn plugin to mod_dav, which uses
Subversion's libraries to access the repository, and
    *

      configuring your httpd.conf file to export (or expose) the
repository.

You can accomplish the first two items either by compiling httpd and
Subversion from source code, or by installing pre-built binary packages
of them on your system. For the most up-to-date information on how to
compile Subversion for use with the Apache HTTP Server, as well as how
to compile and configure Apache itself for this purpose, see the INSTALL
file in the top level of the Subversion source code tree.

==

Try a backlevel apache 2.0.58?

-----Original Message-----
From: CLAYTON LUIZ DE ANDRADE [mailto:claytonl@agraria.com.br]
Sent: Wednesday, May 24, 2006 9:11 AM
To: users@subversion.tigris.org
Subject: problem with setting up the httpd.conf file

Hi all,
I am using Apache 2.2.2 server and install Subversion 1.3.1 under
Windowx XP SP2.

When I put all recommended modifications (httpd.conf)
like:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule dav_fs_module modules/mod_dav_fs.so

and try re-start the Apache Server the following error appears:

httpd.exe: Syntax error on line 85 of C:/Arquivos de programas/Apache
Software F
oundation/Apache2.2/conf/httpd.conf: API module structure
`dav_svn_module' in fi
le C:/Arquivos de programas/Apache Software
Foundation/Apache2.2/modules/mod_dav
_svn.so is garbled - perhaps this is not an Apache module DSO?
Note the errors or messages above, and press the <ESC> key to exit.

Please, help me.

             Clayton Luiz de Andrade
Analista de Sistemas - Dept. de Informática
 Cooperativa Agrária Mista Entre Rios Ltda
                Fone: (42) 3625-8107
              claytonl@agraria.com.br
            Visite: www.agraria.com.br

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 24 16:57:43 2006

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

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