
stas at apache
Nov 24, 2006, 12:49 PM
Post #1 of 1
(948 views)
Permalink
|
|
svn commit: r478993 - /perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod
|
|
Author: stas Date: Fri Nov 24 12:49:35 2006 New Revision: 478993 URL: http://svn.apache.org/viewvc?view=rev&rev=478993 Log: explain the magick + 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/viewvc/perl/modperl/docs/trunk/src/docs/2.0/user/config/config.pod?view=diff&rev=478993&r1=478992&r2=478993 ============================================================================== --- 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 Fri Nov 24 12:49:35 2006 @@ -401,6 +401,14 @@ in our example. +Another way to preload only specific modules is to add + when +configuring those, for example: + + PerlResponseHandler +Apache::Magick + +will automatically preload the C<Apache::Magick> module. + + =head3 C<GlobalRequest> Setup the global C<L<$r|docs::2.0::api::Apache2::RequestRec>> object --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|