Hi. Thanks for taking a second to read this. I am trying to create a
session database in msql. I have been using the REMOTE_USER env
variable to track a user's movement through the website, and I noticed
that when you do a CGI POST, the variable REMOTE_USER is not empty. Is
there a special configuration necessary for this to work?
In access.conf, I have the following setup:
<directory /home/swhall/public_html/html>
Auth_MSQLhost localhost
Auth_MSQLdatabase test
Auth_MSQLpwd_table test1
Auth_MSQLuid_field Username
Auth_MSQLpwd_field Password
Auth_MSQL_EncryptedPasswords off
AuthName Troy State Faculty Member
AuthType basic
<limit post get>
order deny,allow
allow from all
require valid-user
</limit>
</directory>
Should this work?
Steve Hall
Flexwave International, Inc.
http://www.fli.net