You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/05/18 22:54:01 UTC

svn commit: r170827 - in /perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl: PerlRun.pod Registry.pod

Author: stas
Date: Wed May 18 13:54:00 2005
New Revision: 170827

URL: http://svn.apache.org/viewcvs?rev=170827&view=rev
Log:
add xrefs for the prefork versions

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRun.pod
    perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRun.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRun.pod?rev=170827&r1=170826&r2=170827&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRun.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/PerlRun.pod Wed May 18 13:54:00 2005
@@ -17,7 +17,10 @@
 
 =head1 Description
 
-
+META: document that for now we don't chdir() into the script's dir,
+because it affects the whole process under
+threads. C<L<ModPerl::PerlRunPrefork|docs::2.0::api::ModPerl::PerlRunPrefork>>
+should be used by those who run only under prefork MPM.
 
 
 =head1 Special Blocks

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod?rev=170827&r1=170826&r2=170827&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/ModPerl/Registry.pod Wed May 18 13:54:00 2005
@@ -38,8 +38,9 @@
 haven't worked through yet.
 
 META: document that for now we don't chdir() into the script's dir,
-because it affects the whole process under threads.
-
+because it affects the whole process under
+threads. C<L<ModPerl::RegistryPrefork|docs::2.0::api::ModPerl::RegistryPrefork>>
+should be used by those who run only under prefork MPM.
 
 This module emulates the CGI environment, allowing programmers to
 write scripts that run under CGI or mod_perl without change.  Existing



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org