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

Re: Subversion, HTTPD and LDAP - Help Please!

From: Stephane Bortzmeyer <bortzmeyer_at_nic.fr>
Date: Wed, 15 Apr 2009 13:45:14 +0200

On Wed, Apr 15, 2009 at 07:38:36AM -0400,
 Patricia A Moss <pmoss4_at_csc.com> wrote
 a message of 110 lines which said:

> Does anyone have experience with getting subversion, apache and LDAP
> configured?

I do. If you read French, I documented it in
<http://www.bortzmeyer.org/access-subversion-apache.html>

> Starting httpd: Syntax error on line 11 of
> /usr/local/apache2/conf/extra/testA.conf:
> Invalid command 'AuthBasicProvider', perhaps misspelled or defined by a
> module not included in the server configuration

This directive is defined by mod_auth_basic. Is this module loaded?

> Here is how I configured apache:

You compiled it yourself? That looks quite 20th-century. Anyway, the
way you compiled it is not important, the point is how did you load
the modules? You should have somewhere something like:

LoadModule auth_basic_module /usr/lib/apache2/modules/mod_auth_basic.so
Received on 2009-04-15 13:46:08 CEST

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.