Mailing List Archive

svn commit: r647618 - in /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2: CmdParms.pod Connection.pod Module.pod RequestRec.pod ServerRec.pod
Author: phred
Date: Sun Apr 13 12:48:46 2008
New Revision: 647618

URL: http://svn.apache.org/viewvc?rev=647618&view=rev
Log:
Link Apache2::ConfVector doc references to per_dir_config since that is the best
reference for confvectors currently. Looked at making a new doc for the ConfVector
but it is coupled to the per_dir_config tightly so I think this is a good
reference.

Modified:
perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod
perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod
perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod
perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod?rev=647618&r1=647617&r2=647618&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/CmdParms.pod Sun Apr 13 12:48:46 2008
@@ -484,7 +484,7 @@
( C<L<Apache2::CmdParms object|docs::2.0::api::Apache2::CmdParms>> )

=item ret: C<$newval>
-( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector>> )
+( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_>> )

Returns the commands' per-dir config structures


Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod?rev=647618&r1=647617&r2=647618&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Connection.pod Sun Apr 13 12:48:46 2008
@@ -240,7 +240,7 @@
Default value is C<Apache2::Const::REMOTE_NAME>.

=item opt arg2: C<$dir_config>
-( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector>> )
+( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_>> )

The directory config vector from the request. It's needed to find the
container in which the directive C<HostnameLookups> is set. To get one
@@ -727,7 +727,7 @@
( C<L<Apache2::Connection object|docs::2.0::api::Apache2::Connection>> )

=item ret: C<$ret>
-( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector>> )
+( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_>> )

=item since: 2.0.00


Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod?rev=647618&r1=647617&r2=647618&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Module.pod Sun Apr 13 12:48:46 2008
@@ -209,7 +209,7 @@
C<L<$parms-E<gt>server|docs::2.0::api::Apache2::CmdParms>>.

=item opt arg3: C<$dir_config>
-( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector>> )
+( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_>> )

By default, the configuration returned is the server level one. To
retrieve the per directory configuration, use

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod?rev=647618&r1=647617&r2=647618&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestRec.pod Sun Apr 13 12:48:46 2008
@@ -1273,7 +1273,7 @@
( C<L<Apache2::RequestRec object|docs::2.0::api::Apache2::RequestRec>> )

=item ret: C<$per_dir_config>
-( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector>> )
+( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_>> )

=item since: 2.0.00

@@ -1971,7 +1971,7 @@
( C<L<Apache2::RequestRec object|docs::2.0::api::Apache2::RequestRec>> )

=item opt arg1: C<$newval>
-( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::ConfVector>> )
+( C<L<Apache2::ConfVector object|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_>> )

=item since: 2.0.00


Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod?rev=647618&r1=647617&r2=647618&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/ServerRec.pod Sun Apr 13 12:48:46 2008
@@ -719,7 +719,7 @@
( C<L<Apache2::ServerRec object|docs::2.0::api::Apache2::ServerRec>> )

=item ret: C<$lookup_defaults>
-( C<L<Apache2::ConfVector|docs::2.0::api::Apache2::ConfVector>> )
+( C<L<Apache2::ConfVector|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_>> )

Returns the lookup_defaults setting.

@@ -744,7 +744,7 @@
( C<L<Apache2::ServerRec object|docs::2.0::api::Apache2::ServerRec>> )

=item ret: C<$module_config>
-( C<L<Apache2::ConfVector|docs::2.0::api::Apache2::ConfVector>> )
+( C<L<Apache2::ConfVector|docs::2.0::api::Apache2::RequestRec/C_per_dir_config_>> )

Returns the module_config setting.




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