X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/cf3ef66c635155a5b816efb0386a866b83fff810..de65a625014a08ec46c2864b78ed60fe5b8ce921:/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn diff --git a/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn b/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn index 99e5eee2a..74dcaeb61 100644 --- a/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn +++ b/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn @@ -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]]