diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-11-13 19:51:03 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-13 19:51:03 -0400 |
commit | 62483fe5cac6b420d8855b33a06c5dac1f4b2dd9 (patch) | |
tree | d17dddf1f910ef08ba1fc9a5e584f5517159384c /doc | |
parent | 141f5f5e919b7017fbec8ae6b32cbbe511766d9c (diff) | |
download | ikiwiki-62483fe5cac6b420d8855b33a06c5dac1f4b2dd9.tar ikiwiki-62483fe5cac6b420d8855b33a06c5dac1f4b2dd9.tar.gz |
related ideas
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/fastcgi_or_modperl_installation_instructions.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn b/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn index ad7910956..8850d87f1 100644 --- a/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn +++ b/doc/todo/fastcgi_or_modperl_installation_instructions.mdwn @@ -14,5 +14,7 @@ There has got to be a way to run the CGI wrapper under fastcgi or modperl (apach > > Otherwise the general idea would be to launch a daemon per site that would have a pool of fastcgi processes to answer requests. The common setup pattern here is that users have a fixed quota of processes running as their user, listening either on the network (hackish: a port need to be allocated for each user) or on a socket (documented above, but then the webserver needs write access). > > > > Perl has had extensive support for FastCGI for quite a while. It seems to me a simple daemon could be written to wrap around the `.cgi`, it's a common way things are deployed. [RT](http://rt.bestpractical.com/) for example can run as a regular CGI, under `mod_perl` or `FastCGI` indiscrimenatly, the latter being more reliable and faster. They use [Plack](http://search.cpan.org/dist/Plack/) to setup that server (see the [startup script](https://github.com/bestpractical/rt/blob/stable/sbin/rt-server.in) for an example). But of course, [TIMTOWTDI](http://search.cpan.org/search?query=fastcgi&mode=all). --[[anarcat]] +> > +> > Also related: [[todo/multi-thread_ikiwiki]], [[todo/rewrite_ikiwiki_in_haskell]]. :) --[[anarcat]] [[!tag wishlist]] |