[Lispweb] cliki setup

Friedrich Dominicus frido at q-software-solutions.de
Wed Aug 10 08:16:25 CDT 2005


Sorry for bothering you again, but I have encountered another problem
I tried to change the cliki to require authentication which IMHO
should work while writing:
(setf *cliki-instance*
      (make-instance 'cliki::authed-cliki-handler
                     :data-directory "/var/www/cliki/"
                     :url-root (merge-url *url* "/cliki/")))



this approach seems to be valid, however if I go to some wiki page and
type edit, I will get the expected login screen but after clicking
login I got:
TTP/1.0 302 Redirected Date: Wed, 10 Aug 2005 13:11:58 GMT Server: Araneida/0.9 Connection: close Content-Type: text/html Last-Modified: Wed, 10 Aug 2005 13:11:58 GMT Set-Cookie: auth-username=Friedrich:Password; path=/cliki/; expires=Sun, 01-Jun-2036 00:00:01 GMT; domain=localhost Location: http://localhost:8080/cliki/edit/Friedrich Pragma: no-cache Expires: Fri, 30 Oct 1998 14:19:41 GMT


Redirected

Continue http://localhost:8080/cliki/edit/Friedrich

Of course this is an endless loop, which obviously is not what I
expected and wanted. Can anyone give me directions on what to do to
correct that?

Another question I have is there a way to make that wiki visible to
just a group of users which have to sign-in once to get to the proper
pages, but do not need to authorize themselves again later?

At the moment Araneida is working behind an apache. I'm what I could
do to let Apache do the authorization and after that I'll get to the
Wiki, in which I then can work as I like. 

I checked the cliki pages but did not found anything to help me with
that. Maybe you know a place to look for that kind of information?


Regards
Friedrich





More information about the lispweb mailing list