
stas at apache
Oct 27, 2005, 1:15 PM
Post #1 of 1
(903 views)
Permalink
|
|
svn commit: r328943 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod
|
|
Author: stas Date: Thu Oct 27 13:15:39 2005 New Revision: 328943 URL: http://svn.apache.org/viewcvs?rev=328943&view=rev Log: fix the xref Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod?rev=328943&r1=328942&r2=328943&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod Thu Oct 27 13:15:39 2005 @@ -746,8 +746,8 @@ object. Inside HTTP request handlers this is possible via -C<Apache2-E<gt>request|docs::2.0::api::Apache2::RequestUtil/C_request_>. Which -requires either C<L<PerlOptions +C<L<Apache2-E<gt>request|docs::2.0::api::Apache2::RequestUtil/C_request_>>. +Which requires either C<L<PerlOptions +GlobalRequest|docs::2.0::user::config::config/C_GlobalRequest_>> setting or can be also done at runtime if C<$r> is available: --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|