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)
commita3a4d694959ff6549ab0a37632440f529229c576
tree15a92121a46700efb6878cd7a3a3ff12d2567653
parent0836519b627579b7edd0ec6527f75344e0527bd4
expand backend documentation

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>';
PLP.pm
PLP/Backend/Apache.pm
PLP/Backend/CGI.pm
PLP/Backend/FastCGI.pm