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

Authentication

From: <jrodrigu_at_lexmark.com>
Date: 2003-09-12 17:01:24 CEST

Hello.

I'm pretty much new with Subversion and Apache. Please bear with me.

I was able to setup my Subversion server and I want to limit access to my
repository
to some users. I added the following lines in the httpd.conf file:

<Directory /sample/path/to/my/repository>
    AuthType Basic
    AuthName "Restricted Area. Authorized Personnel Only."
    AuthUserFile /path/to/my/password/file
    Require valid-user
</Directory>

Then I restarted apache (apachectl restart), but when I tried to access the
repository,
no authentication occurred. Did I miss something?

Then I also created .htaccess file to the repository directory and added
the following lines
to the httpd.conf file:

<Directory />
    AllowOveride AuthConfig
</Directory>

Then restarted apache, but it still doesn't work. Can somebody figure out
what went wrong?

Sincerely,
Jerry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 12 17:28:25 2003

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.