expand backend documentation
[perl/plp/.git] / PLP / Backend / CGI.pm
index 3b4c4003f1e8a7cce2c5598e2a6740bd1b964872..1a4f49c8e765d52985fb67c6cf155ee285ddbe5b 100644 (file)
@@ -102,8 +102,8 @@ enable I<mod_cgi> (add/outcomment in server.modules), and add:
 
 =head2 Apache
 
-Enable I<mod_actions> and setup F<httpd.conf>
-(often just create a F</etc/apache2/conf.d/plp>) with:
+Enable I<mod_actions> and
+setup F<httpd.conf> (in new installs just create F</etc/apache/conf.d/plp>) with:
 
     <IfModule mod_actions.c>
         ScriptAlias /PLP_COMMON/ /foo/bar/
@@ -122,5 +122,5 @@ Mischa POSLAWSKY <perl@shiar.org>
 
 =head1 SEE ALSO
 
-L<PLP|PLP>, L<PLP::Backend::FastCGI|PLP::Backend::FastCGI>
+L<PLP>, L<PLP::Backend::FastCGI>