]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/fastcgi_or_modperl_installation_instructions.mdwn
my autotag branch seems ready
[ikiwiki.git] / doc / todo / fastcgi_or_modperl_installation_instructions.mdwn
index 99e5eee2a46fd1d5f8ea0903b04bf21a9465157f..74dcaeb61b8ff7f1ac075233cdae087ec4db763a 100644 (file)
@@ -1 +1,12 @@
 There has got to be a way to run the CGI wrapper under fastcgi or modperl (apache 2). Are there easy to follow instructions describing how to set this up?
+
+> AFAIK noone has done this. One immediate problem would be permissions;
+> the CGI wrapper runs setuid to you so it can write to the wiki -- if
+> running in fastcgi/modperl I guess it would run as the web server, unless
+> there's some way to control that. So you'd need to set up the perms
+> differenly, to let the web server commit changes to the wiki.
+> 
+> I've not looked at what code changes fastcgi or modperl would require in
+> ikiwiki. --[[Joey]]
+
+[[!tag wishlist]]