stas 2004/01/25 01:04:57
Modified: src/docs/2.0/user/config config.pod
Log:
2 example corrections
Submitted by: Jean-S�bastien Guay <[EMAIL PROTECTED]>
Revision Changes Path
1.57 +2 -2 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.56
retrieving revision 1.57
diff -u -u -r1.56 -r1.57
--- config.pod 20 Jan 2004 23:37:18 -0000 1.56
+++ config.pod 25 Jan 2004 09:04:57 -0000 1.57
@@ -686,7 +686,7 @@
set by you. For example when you use the following configuration:
PerlOptions -SetupEnv
- PerlModule Modperl::Registry
+ PerlModule ModPerl::Registry
<Location /perl>
PerlSetEnv TEST hi
SetHandler perl-script
@@ -700,7 +700,7 @@
--------------
use Data::Dumper;
my $r = Apache->request();
- $r->send_http_header('text/plain');
+ $r->content_type('text/plain');
print Dumper(\%ENV);
you should see something like this:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]