stas 2003/01/29 15:28:06
Modified: src/docs/2.0/user/config config.pod
Log:
- add an item "Is There a Way to Modify @INC on a Per-VirtualHost" so it's
easier to find the info
- update the link to Apache::Directive
- update maintainers
Revision Changes Path
1.33 +14 -12 modperl-docs/src/docs/2.0/user/config/config.pod
Index: config.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- config.pod 10 Jan 2003 04:26:57 -0000 1.32
+++ config.pod 29 Jan 2003 23:28:06 -0000 1.33
@@ -199,8 +199,8 @@
I<perl-script> handler, with the C<modperl> handler, you can gain even
more performance. (This handler isn't available in mod_perl 1.0.)
-Unless the C<Perl*Handler> callback running under the C<modperl>
-handler is configured with:
+Unless the C<Perl*Handler> callback, running under the C<modperl>
+handler, is configured with:
PerlOptions +SetupEnv
@@ -1032,17 +1032,19 @@
=head1 Perl Interface to the Apache Configuration Tree
-META: any volunteers to write this section? see
-t/response/TestApache/conftree.pm for examples of using the api.
-
-L<Apache::Directive|docs::2.0::api::modperl_2.0::Apache::Directive>.
-
-
+For now refer to the
+L<Apache::Directive|docs::2.0::api::Apache::Directive> manpage and the
+test I<t/response/TestApache/conftree.pm> in the mod_perl source
+distribution.
+META: need help to write the tutorial section on this with examples.
+=head1 General Issues
+=head2 Is There a Way to Modify C<@INC> on a Per-VirtualHost
+You can, using the L<PerlOptions +Parent|/C_Parent_> option.
=head1 Maintainers
@@ -1054,10 +1056,6 @@
=item *
-Doug MacEachern E<lt>dougm (at) covalent.netE<gt>
-
-=item *
-
Stas Bekman E<lt>stas (at) stason.orgE<gt>
=back
@@ -1069,6 +1067,10 @@
=item *
Doug MacEachern E<lt>dougm (at) covalent.netE<gt>
+
+=item *
+
+Stas Bekman E<lt>stas (at) stason.orgE<gt>
=back
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]