Opera question 6.01: Password prompt not offered:Solved
Joel Hammer
Joel
Mon May 17 11:33:37 PDT 2004
Sheez. Solved the problem. Don't know why opera 6.01 is different but
this is the deal. Two directories with password protection, one worked
and one didn't. Here they are:
<Location /andrew>
AuthType Basic
AuthName "Sorry-Members only"
AuthUserFile /etc/httpd/conf/secret.users
require valid-user
</Location>
<Location /flags>
Order Deny,Allow
Deny from All
Allow from 192.168.
AuthType Basic
AuthName "Sorry-Members only"
AuthUserFile /etc/httpd/conf/secret.users
require valid-user
</Location>
The /andrew directory worked and supplied the password prompt, but the
/flags directory would not. I had to add 127.0.0. to the Allow from line
in /flags to get opera 6.01 to work.
Joel
On Thu, Jun 20, 2002 at 11:35:43PM -0400, Joel Hammer wrote:
> I just installed 6.01 version of opera. I really am getting desperate over
> netscape (slow, crashes, consumes mucho CPU time).
>
> I have a home page with a password required for one of its links. I can
> access this easily with netscape 6.2 and opera 6.0 but when I try with
> opera 6.01 I get a forbidden access error without an opportunity to enter
> my password. I have compared the security settings on 6.0 and 6.1, and
> they seem identical. I have no trouble visiting web sites with passwords.
>
> Any insight appreciated,
> Joel
>
> _______________________________________________
> Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
> Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
More information about the Linux-users
mailing list