expand backend documentation
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 03:55:29 +0000 (03:55 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 10:07:33 +0000 (10:07 +0000)
Add descriptions for PLP::Backend::FastCGI and ::Apache explaining
their configuration and advantages, and recommend/reorder backends
accordingly.

Document a major bug in mod_perl2, and discourage its use for now.
Not investigated, but easily reproducable with:

<:
use Cwd qw(cwd);
say cwd, '<br>';
sleep 10;  # now request a plp from a different directory
say cwd, '<br>';


No differences found