gozer 2004/02/27 17:41:34
Modified: src/docs/1.0/api/Apache PerlSections.pod
Log:
Fixed misnamed DocumentIndex directive in the <Perl> sections examples to
the correct name : DirectoryIndex
Revision Changes Path
1.4 +2 -2 modperl-docs/src/docs/1.0/api/Apache/PerlSections.pod
Index: PerlSections.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/api/Apache/PerlSections.pod,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PerlSections.pod 12 May 2002 05:41:21 -0000 1.3
+++ PerlSections.pod 28 Feb 2004 01:41:34 -0000 1.4
@@ -36,7 +36,7 @@
Options => "ExecCGI",
};
- @DocumentIndex = qw(index.htm index.html);
+ @DirectoryIndex = qw(index.htm index.html);
$VirtualHost{"www.foo.com"} = {
DocumentRoot => "/tmp/docs",
@@ -64,7 +64,7 @@
#arrays:
- @DocumentIndex = (
+ @DirectoryIndex = (
'index.htm',
'index.html'
);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]