Hi again. I am gonna make the same question in an other way.When I access the Rancid via cvsweb, from my computer, it is required the user/password which I generated by htpasswd. That's right.
But, when I try to access it through other two different computers, that authentication method is not required.
Below are my configuration files: httpd.conf ====================== <Files ~ "^\.ht"> Order allow,deny Deny from all Satisfy All </Files> <Directory "/var/www/cvsweb"> Options Indexes FollowSymLinks MultiViews AllowOverride All Order deny,allow Deny from all Allow from 10.0.0.1/255.255.255.0 Allow from 10.0.0.2/255.255.255.0 </Directory> ====================== .htaccess ====================== AuthName "Area Restrita - Entre com Login/Password" AuthType Basic AuthUserFile /var/www/cvsweb/.htpasswd AuthGroupFile /dev/null <Limit GET> require valid-user </Limit> ====================== -- Wagner Pereira PoP-SP/RNP - Ponto de Presença da RNP em São Paulo CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo http://www.pop-sp.rnp.br Tel. (11) 3091-8901 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx