Hello All

First Thanks for this Fantastic Simple and functional WIKI RoR based :)

I have installed Instiki and it's running via Lighttpd / FastCGI, and It's up 
and running without any problem :)

Now I need help implementing the autentication mechanism for editing pages.

I have read this: http://instiki.org/show/HtaccessAuthorization , but that's 
for Apache, and lighttpd is very diferent :S.

I already have this under lighttpd.conf
---

auth.backend               = "htpasswd"
auth.backend.htpasswd.userfile = "/usr/home/include/htpasswd"

auth.require = ( "/priv" =>
( "method"  => "digest",
  "realm"   => "download archiv",
  "require" => "valid-user" )
)

url.rewrite = ( 
  "^/$" => "index.html",
  "^([^.]+)$" => "$1.html",
  ".*/edit/.*" => "/usr/local/instiki/public/priv/edit.fcgi"
)

The problem is, I can't get that fancy box asking for Auth :D and 
AnomynousCoward can edit :)

Thanks in Advance
Cheers
Francisco
-- 
A princess should not be afraid -- not with a brave knight to protect
her.
                -- McCoy, "Shore Leave", stardate 3025.3

Attachment: pgpInkogteuJM.pgp
Description: PGP signature

_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to