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/02/23 03:49:39 UTC

svn commit: r154938 - perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod

Author: stas
Date: Tue Feb 22 18:49:37 2005
New Revision: 154938

URL: http://svn.apache.org/viewcvs?view=rev&rev=154938
Log:
add xrefs to: "mod_perl Directives Argument Types and Allowed Location"

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?view=diff&r1=154937&r2=154938
==============================================================================
--- 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 Tue Feb 22 18:49:37 2005
@@ -94,6 +94,9 @@
 
 META: a dedicated chapter with examples?
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -152,6 +155,9 @@
 META: to be written
 
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -177,6 +183,9 @@
 there you have the C<STDERR> stream sent to the error_log file (by
 default).
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -194,6 +203,8 @@
 directives|docs::2.0::user::config::custom>, which are needed during
 the configuration phase.
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
 
 
 
@@ -219,6 +230,9 @@
 
 See also: C<L<PerlRequire|/C_PerlRequire_>>.
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -242,6 +256,9 @@
 
 Options are enabled by prepending C<+> and disabled with C<->.
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 The available options are:
 
 =head3 C<Enable>
@@ -562,6 +579,9 @@
 
   META: to be written
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -607,6 +627,8 @@
 See also: C<L<PerlModule|/C_PerlModule_>> and
 C<L<PerlLoadModule|/C_PerlLoadModule_>>.
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
 
 
 
@@ -624,6 +646,9 @@
 just before the end of the server startup) instead. Most of the time
 you want to use the latter.
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -637,6 +662,9 @@
 
   META: to be written
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -647,6 +675,9 @@
 
   META: to be written
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -669,6 +700,9 @@
 (e.g. Darwin/5.6.0). C<use lib> is removing duplicated entries,
 whereas C<-I> does not.
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 
 
@@ -681,6 +715,9 @@
 and C<perl-script>. The C<SetHandler> directive is only relevant for
 response phase handlers. It doesn't affect other phases.
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 =head3 C<modperl>
 
 Configured as:
@@ -1057,6 +1094,9 @@
 
 Default value: 3
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 =head2 C<PerlInterpMax>
 
 If all running interpreters are in use, mod_perl will clone new
@@ -1067,6 +1107,9 @@
 
 Default value: 5
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 =head2 C<PerlInterpMinSpare>
 
 The minimum number of available interpreters this parameter will clone
@@ -1074,6 +1117,9 @@
 
 Default value: 3
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 =head2 C<PerlInterpMaxSpare>
 
@@ -1091,6 +1137,9 @@
 
 Default value: 2000
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
+
 
 =head2 C<PerlInterpScope>
 
@@ -1139,6 +1188,8 @@
 
 Default value: C<request>
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
 
 
 =head1 Debug Directives
@@ -1197,6 +1248,8 @@
 When C<PerlTrace> is not specified, the tracing level will be set to
 the value of the C<$ENV{MOD_PERL_TRACE}> environment variable.
 
+See also: L<this directive argument types and allowed
+location|/mod_perl_Directives_Argument_Types_and_Allowed_Location>.
 
 
 



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