Re: Annotea Server Installation Problem

/etc/apache/conf/users is OK!

I can define new users:
http://svr_annotea.unibe.ch/access?user=daniel.engler%40philo.unibe.ch

then I can see the new user in /etc/apache/conf/users
[svr_annotea] /usr/local/perl/modules/W3C/Database/bin # ./ddb 
ifd=/etc/apache/conf/users idelim=: odelim=:
daniel.engler@philo.unibe.ch:d5wdwPF4r7CbA:2:0:3:dgr3gds4:daniel.engler@philo.unibe.ch:Engler:Daniel:1055549573:1055549547

I CAN'T post Annotations:

http://svr_annotea.unibe.ch/annotations
without parameter returns empty RDF (I think thats OK)

http://svr_annotea.unibe.ch/annotations
with POST Parameter results in Access Error:

[svr_annotea] /usr/local/perl/modules/Conf # tail /var/log/httpd/error_log
[Tue Jun 24 16:32:15 2003] [error] [client 130.92.151.137] (2)No such 
file or directory: could not open dbm auth file: /etc/apache/conf/users
[Tue Jun 24 16:32:15 2003] [error] [client 130.92.151.137] DBM user 
daniel.engler@philo.unibe.ch not found: 
/usr/local/perl/modules/W3C/Annotations/CGI/annotate

but there is a file! and access can write it (see above)
[svr_annotea] /usr/local/perl/modules/Conf # ls -l /etc/apache/conf/users
-rw-rw-rw-    1 wwwrun   www         12288 Jun 14 02:14 
/etc/apache/conf/users

my .prop files

[svr_annotea] /usr/local/perl/modules/Conf # cat annotate.prop
auth.database.parms: -type => 'db', -file => '/etc/apache/conf/users'

[svr_annotea] /usr/local/perl/modules/Conf # cat Annotations.access.prop
email.from=daniel.engler@philo.unibe.ch
html.navbar="<a href="http://www.w3.org/"><img 
src="http://www.w3.org/Icons/WWW/w3c_home" alt="W3C" class="W3CIcon" 
border="0" /></a><a href="/"><img src="/Icons/pen3.png" alt="Annotea" 
width="150" height="110" border="0" /></a>"
auth.database.parms: -type => 'db', -file => '/etc/apache/conf/users'
auth.admin.user:daniel.engler@philo.unibe.ch

in
http://www.w3.org/1999/02/26-modules/User/Annotations-HOWTO.html
there are tree names of Annoations.access.prop. Which one is correct?

[svr_annotea] /usr/local/perl/modules/Conf # ls -1 Annotations.access*
Annotations.access
Annotations.access.prop
Annotations.access.prop.prop

Received on Tuesday, 24 June 2003 10:54:06 UTC