From 084019007a8bfd9d7d5ad1563bd146e1bb24bc87 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 11 Jan 2016 16:42:38 +0100 Subject: darnassus: sthttpd (thttpd) instead of apache2 --- ikiwiki.setup | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ikiwiki.setup') diff --git a/ikiwiki.setup b/ikiwiki.setup index cfb3e646..0f912b82 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -51,7 +51,7 @@ IkiWiki::Setup::Standard->import({ # base url to the wiki url => 'http://darnassus.sceen.net/~hurd-web', # url to the ikiwiki.cgi - cgiurl => 'http://darnassus.sceen.net/cgi-bin/hurd-web', + cgiurl => 'http://darnassus.sceen.net/hurd-web.cgi', # filename of cgi wrapper to generate cgi_wrapper => $cgi_wrapper, # mode for cgi_wrapper (can safely be made suid) @@ -211,7 +211,10 @@ IkiWiki::Setup::Standard->import({ # url pattern of openid realm (default is cgiurl) #openid_realm => '', # url to ikiwiki cgi to use for openid authentication (default is cgiurl) - #openid_cgiurl => '', + # TODO. I don't know why I have to set this -- it's supposed to be the + # default -- but if this is not set, the OpenID provider redirects us + # to , which doesn't work. + openid_cgiurl => 'http://darnassus.sceen.net/hurd-web.cgi', # passwordauth plugin # a password that must be entered when signing up for an account -- cgit v1.2.3