No matter what I've tried I continue to get the following error message
at every attempt to use roaming from Communicator 4.5.
Feb 15 21:10:10 1999] [error] [client 146.84.11.183] No roaming-user
request note set
I think I'm missing something basic but darned if I can find it.
Any pointers to the error of my ways?
Any suggestions?
Thanks,
====
Versions:
Apache/1.3.4 (Unix)
Linux version 2.0.34 (RedHat 5.1)
mod_roaming 1.0.0
httpd.conf says:
<IfModule mod_roaming.c>
<Location /roaming>
SetHandler roaming-file
</Location>
</IfModule>
/home/httpd/roaming contains the file .htaccess which says:
AuthUserFile /home/httpd/.htusers
AuthType Basic
AuthName "Roaming User"
<Limit GET POST MOVE PUT DELETE>
order deny,allow
require valid-user
</Limit>