stas 2004/09/16 18:07:30 Modified: src/docs/2.0/api/Apache Log.pod Log: better example Revision Changes Path 1.17 +1 -0 modperl-docs/src/docs/2.0/api/Apache/Log.pod Index: Log.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/Log.pod,v retrieving revision 1.16 retrieving revision 1.17 diff -u -u -r1.16 -r1.17 --- Log.pod 17 Sep 2004 01:06:03 -0000 1.16 +++ Log.pod 17 Sep 2004 01:07:30 -0000 1.17 @@ -70,6 +70,7 @@ # in a registry script # httpd.conf: PerlOptions +GlobalRequest use Apache::ServerRec qw(warn); # override warn locally + print "Content-type: text/plain\n\n"; warn "my warning";
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]