SSLFakeBasicAuth ?
am 25.10.2002 22:48:56 von RON MCKEEVER
Hello
I have an Apache/1.3.27/mod_ssl/2.8.12/OpenSSL/0.9.6e/Solaris 8 system.
I wanted to use .htaccess without the file .htaccess. SO I found the option to
use SSLFakeBasicAuth in the httpd.conf file. It works and asks for my login.
My question is what is the timeout after asking for the SSLFakeBasicAuth Dir.
It seems once you get authenticated you can keep clicking on the link without
being asked for your username/password?
From httpd.conf:
SSLFakeBasicAuth
SSLRequireSSL
Options FollowSymLinks
AllowOverride none
AuthUserFile /opt/apache/.htpasswd
AuthType Basic
AuthName Watchdog
Require valid-user
Thanks
Rob
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
RE: SSLFakeBasicAuth ?
am 25.10.2002 23:13:19 von Jamie Furtner
Browsers cache the username/password and should continue to allow access
until they are restarted -- at least all that I've used do. It is not
controlled by a setting on the server as they are cached and controlled
client-side.
Jamie Furtner
-----Original Message-----
From: Ron McKeever [mailto:rmckeever@earthlink.net]
Sent: Friday, October 25, 2002 2:49 PM
To: modssl-users@modssl.org
Subject: SSLFakeBasicAuth ?
Hello
I have an Apache/1.3.27/mod_ssl/2.8.12/OpenSSL/0.9.6e/Solaris 8 system.
I wanted to use .htaccess without the file .htaccess. SO I found the option
to
use SSLFakeBasicAuth in the httpd.conf file. It works and asks for my login.
My question is what is the timeout after asking for the SSLFakeBasicAuth
Dir.
It seems once you get authenticated you can keep clicking on the link
without
being asked for your username/password?
From httpd.conf:
SSLFakeBasicAuth
SSLRequireSSL
Options FollowSymLinks
AllowOverride none
AuthUserFile /opt/apache/.htpasswd
AuthType Basic
AuthName Watchdog
Require valid-user
Thanks
Rob
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org