[freeside] user probs

rdailey at colusanet.com rdailey at colusanet.com
Thu Jun 21 09:10:08 PDT 2001


>Can't get REMOTE_USER! for cgi CGI=HASH(0x80f1460) at
>/usr/local/share/perl/5.6.0/FS/UID.pm line 189, <DATA> line 241.

This is because you don't have it configured in the .htaccess file to 
authenticate.
Edit the /usr/local/apache/htdocs/freeside/.htaccess file, and add:

Deny from all
AuthType Basic
AuthUserFile /path/to/password/file
AuthName "crystal.com.au Freeside Server"
Require valid-user
Satisfy any

Rick Dailey
ColusaNET
<mailto:%2F%2Frdailey at colusanet.com>rdailey at colusanet.com




More information about the freeside-users mailing list