I just found my "access.conf" file and in there I can see where the
authentication is being set. I'm wondering, if the UserName and Password of
the Auth_Pgwd_field(s) can then be queried by script as ENV variables?
I'm still not sure about these cookies. Are they stored locally on my
machine when I login to the site - because they don't appear to have been
saved locally.
Thanks a bunch guys!
Karl
----- Original Message -----
From: "Johnny Mnemonic" <[EMAIL PROTECTED]>
To: "Mod-Tcl mailing list" <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 8:17 AM
Subject: Re: Clear Cookies
At 21.57 14/03/2001 +0100, you wrote:
> > 2) the page which I am trying to alter is requesting a user name and
> > password, its not of the web type (like on a web page) but an actual
> > authentication box pops up when you enter the page. What invokes
> > this?
>
>You mean in mod_dtcl? It's an access thing, like using an .htaccess
>file. Hmm, I don't have any code handy at the moment, does someone
>else?
If you want your page not to load at all, and before this, your browser to
prompt you for a username or password, that's the .htaccess file (or apache
conf file) looking like this:
AuthUserFile /home/username/public_html/members/.htpasswd
AuthName "members zone"
AuthType Basic
require valid-user
you need also a .htpasswd file, which is created using the htpasswd command.
See the Apache docs for more informations
____________________________________
Johnny Mnemonic©
E-Mail Address:
- [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]