stas 2003/02/02 19:22:09
Modified: src/docs/2.0/user/config config.pod
Log:
fix the explanation for 'PerlInterpScope handler'
Revision Changes Path
1.35 +3 -3 modperl-docs/src/docs/2.0/user/config/config.pod
Index: config.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- config.pod 31 Jan 2003 23:07:57 -0000 1.34
+++ config.pod 3 Feb 2003 03:22:09 -0000 1.35
@@ -774,9 +774,9 @@
PerlInterpScope handler
-With this configuration, an interpreter will be selected before
-C<PerlAccessHandlers> are run, and put back immediately afterwards,
-before Apache moves onto the authentication phase. If a
+For example if C<PerlAccessHandler> is configured, an interpreter will
+be selected before running the handler, and put back immediately
+afterwards, before Apache moves onto the next phase. If a
C<PerlFixupHandler> is configured further down the chain, another
interpreter will be selected and again put back afterwards, before
C<PerlResponseHandler> is run.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]