According to Raymond J. Henry:
Which, by the way, has nothing to do with the SSL support.
I think you can just leave out the AuthGroupFile directive if you're not actually specifying a group file.
AuthName "TestPage"
Set the AuthName directive to a name or string that will make sense in the userid/password prompt in the pop-up dialog box.
We usually just specify the following...
require valid-user
... without using the Limit tags. This will allow any valid userid that's found in the specified password file.
/www/pw/.filepassword:
test: 38sqpB6MNb7BA
If that's white space after the colon, you'll need to remove that. In fact, this may be your only real problem.
Hope this helps.
In
No, but my understanding was that it would better protect the userID/PW as it was passed to the server. No?
And the following suggestions still didn't result in a userID/PW prompt.... :/
It allows any conenction to view the page, without prompting for
userID/PW.
fact,
Thanks to those that gave me input. I did manage to find the problem. I decided to stop trying to deal with the .htaccess file, and start at the beginnning. Sure enough, there it was. In the httpd.conf file, AllowOverride None for the .htaccess control. Changed it to AllowOverride All, and it now prompts for login when going to https://hermes.manitobamall.net.
Next step is to see how to prevent it from accessing the page when going to http://hermes.manitobamall.net.
Aren't computers fun? <G>