gozer 2004/08/12 21:13:32
Modified: src/docs/2.0/api/Apache Const.pod
Log:
A few stylistic changes as pointed out by stas.
Revision Changes Path
1.18 +19 -3 modperl-docs/src/docs/2.0/api/Apache/Const.pod
Index: Const.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Const.pod,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Const.pod 11 Aug 2004 22:52:42 -0000 1.17
+++ Const.pod 13 Aug 2004 04:13:32 -0000 1.18
@@ -422,12 +422,14 @@
use Apache::Const -compile => qw(:context);
-The C<:context> group is for constants that allow directive
-handlers to check what kind of context (Location/Directory/Server/etc)
-they are in. For more information, see L<Apache::CmdParms>
+The C<:context> group is used by the
+(C<L<$parms-E<gt>check_cmd_context|docs::2.0::api::Apache::Command/C_check_cmd_context_>>)
+method.
=head3 C<Apache::NOT_IN_VIRTUALHOST>
+The command is not in a E<lt>VirtualHostE<gt> block.
+
=over
=item since: 1.99_16
@@ -438,6 +440,8 @@
=head3 C<Apache::NOT_IN_LIMIT>
+The command is not in a E<lt>LimitE<gt> block.
+
=over
=item since: 1.99_16
@@ -451,6 +455,8 @@
=head3 C<Apache::NOT_IN_DIRECTORY>
+The command is not in a E<lt>DirectoryE<gt> block.
+
=over
=item since: 1.99_16
@@ -464,6 +470,8 @@
=head3 C<Apache::NOT_IN_LOCATION>
+The command is not in a E<lt>LocationE<gt>/E<lt>LocationMatchE<gt> block.
+
=over
=item since: 1.99_16
@@ -477,6 +485,8 @@
=head3 C<Apache::NOT_IN_FILES>
+The command is not in a E<lt>FilesE<gt>/E<lt>FilesMatchE<gt> block.
+
=over
=item since: 1.99_16
@@ -491,6 +501,10 @@
=head3 C<Apache::NOT_IN_DIR_LOC_FILE>
+The command is not in a E<lt>FilesE<gt>/E<lt>FilesMatchE<gt>,
+E<lt>LocationE<gt>/E<lt>LocationMatchE<gt> or
+E<lt>DirectoryE<gt> block.
+
=over
=item since: 1.99_16
@@ -503,6 +517,8 @@
=head3 C<Apache::GLOBAL_ONLY>
+
+The directive appears outside of any container directives.
=over
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]