Mailing List Archive

svn commit: r371776 - /perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod
Author: gozer
Date: Mon Jan 23 18:27:58 2006
New Revision: 371776

URL: http://svn.apache.org/viewcvs?rev=371776&view=rev
Log:
PerlOptions +InheritSwitches has been added as an equivalent
to PerlSwitches +inherit.


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

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod?rev=371776&r1=371775&r2=371776&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod Mon Jan 23 18:27:58 2006
@@ -290,14 +290,18 @@
host to have its own pool, that host will continue to reuse the Perl
allocations in their specific modules.

-When cloning a Perl interpreter, to inherit base Perl interpreter's
-C<PerlSwitches> use:
+=head3 C<InheritSwitches>
+
+Off by default, can be used to have a C<VirtualHost> inherit the value
+of the C<PerlSwitches> from the parent server.
+
+For instance, when cloning a Perl interpreter, to inherit the base Perl
+interpreter's C<PerlSwitches> use:

<VirtualHost ...>
+ PerlOptions +Clone +InheritSwitches
...
- PerlSwitches +inherit
</VirtualHost>
-

=head3 C<Parent>




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