Author: randyk
Date: Sat Apr  2 16:36:31 2005
New Revision: 159853

URL: http://svn.apache.org/viewcvs?view=rev&rev=159853
Log:
s/Apache/Apache2/

Modified:
    
perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod

Modified: 
perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod?view=diff&r1=159852&r2=159853
==============================================================================
--- 
perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod 
(original)
+++ 
perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod 
Sat Apr  2 16:36:31 2005
@@ -59,7 +59,7 @@
 run the mod_perl test suite, which opens a few hundreds of files, you
 will have a problem. e.g. the test suite may fail as:
 
-  [Wed Aug 25 09:49:40 2004] [info] 26 Apache:: modules loaded
+  [Wed Aug 25 09:49:40 2004] [info] 26 Apache2:: modules loaded
   [Wed Aug 25 09:49:40 2004] [info] 7 APR:: modules loaded
   [Wed Aug 25 09:49:40 2004] [info] base server + 20 vhosts ready 
   to run tests
@@ -219,7 +219,7 @@
 
 =head2 E<lt>PerlE<gt> directive missing closing 'E<gt>'
 
-See the 
L<Apache::PerlSections|docs::2.0::api::Apache::PerlSections/E_lt_PerlE_gt__directive_missing_closing__E_gt__>
 manpage.
+See the 
L<Apache2::PerlSections|docs::2.0::api::Apache2::PerlSections/E_lt_PerlE_gt__directive_missing_closing__E_gt__>
 manpage.
 
 
 =head2 'Invalid per-unknown PerlOption: ParseHeaders' on HP-UX 11 for PA-RISC
@@ -689,7 +689,7 @@
 
 in order to load the XS subroutines. For example:
 
-  % perl -MApache2 -MAPR -MAPR::UUID -le 'print APR::UUID->new->format'
+  % perl -MAPR -MAPR::UUID -le 'print APR::UUID->new->format'
 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to