Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 17:35:04 -0800 (PST)
From:      Gerard <gms08701@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   restricting access to cvsweb
Message-ID:  <20020322013504.97407.qmail@web13105.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Im not too entirely sure if this is possible, but I have cvsweb
installed, and I only want certain people to view it.

In httpd.conf I have ->
#
# Protect cvs source dir
#
<Directory "/files/www/data/cgi-bin">
    AllowOverride AuthConfig
</Directory>
#

In /files/www/data/cgi-bin/.htaccess I have ->
AuthUserFile /files/www/data/cgi-bin/.htpasswd
AuthGroupFile /dev/null
AuthName "Use the Source!!"
AuthType Basic

<Limit GET POST>
require valid-user
</Limit>

In /files/www/data/cgi-bin/.htpasswd I have ->
trini0:KuUOXrw41Cqu.

I ran apachectl graceful, and Im still able to view it without any
popup for authorisation.
What could I be doing wrong...
Thanks
Please cc to gms08701@yahoo.com

__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322013504.97407.qmail>