Good point, Libo.
What are these log files? If someone can tell me that, I'll provide
those, no doubt.
Hugs,
--
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
Libo Song escreveu:
I don't know how to answer your question. But I saw your previous emails.
People who may know the problem were asking you for the log messages.
You'd better provide those log.
Best,
Libo
On Wed, Mar 24, 2010 at 9:57 AM, Wagner Pereira <wpere...@pop-sp.rnp.br> wrote:
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-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org