# To be able to access the Commerce.cgi Store Manager, you 
# will need to do a couple of things. First, you will need to
# un-comment the line below by removing the # symbol directly
# before the word 'AuthUserFile'. Next, you will need to set the 
# path that follows the 'AuthUserFile' to the web server path to 
# the 'manager.access' file. Again, this is the SERVER PATH, not 
# the URL. If you are not sure what this is, ask your system 
# administrator
#
# Next, you must telnet into your web server and change directories
# to the /store/protected/ directory. Pick a user name, and, from 
# here, type the following on the command line...
#
# htpasswd manager.access your_user_name
#
# The server should respond with...
#
# Adding user your_user_name
# New password: (you'll type your password)
#
# Re-type new password: (you'll type it again :-))
#
# Now you should be all set to use the Commerce.cgi Store Manager
# by logging in with your user name and password when prompted. If
# 'htpasswd' is not available on your server, contact your System
# Administrator and ask them to help you password protect this
# directory. THIS IS IMPORTANT!
#
# Good luck!

Options All

AuthType "Basic"
AuthName "Protected Access"

#AuthUserFile /home/carey/.passwd

<Limit GET>
require valid-user
</Limit>