From: Mischa POSLAWSKY Date: Wed, 28 May 2008 03:55:29 +0000 (+0000) Subject: expand backend documentation X-Git-Tag: 3.20~12 X-Git-Url: http://git.shiar.nl/perl/plp/.git/commitdiff_plain/a3a4d694959ff6549ab0a37632440f529229c576?hp=a3a4d694959ff6549ab0a37632440f529229c576 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, '
'; sleep 10; # now request a plp from a different directory say cwd, '
'; ---