pereinar 2002/06/11 13:24:03 Modified: src/docs/1.0/guide debug.pod src/docs/tutorials/tips/mod_perl_tricks mod_perl_tricks.pod src/download binaries.pod Log: Ran checklink.pl ober the site and fixed broken links. Revision Changes Path 1.10 +5 -6 modperl-docs/src/docs/1.0/guide/debug.pod Index: debug.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/debug.pod,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- debug.pod 11 May 2002 11:54:44 -0000 1.9 +++ debug.pod 11 Jun 2002 20:24:02 -0000 1.10 @@ -1096,12 +1096,11 @@ die $@ if $@; It was recently discovered that C<local $SIG{'ALRM'}> does not restore -the original underlying C handler. This was fixed in mod_perl 1.19_01 -(L<CVS version|download::third_party/mod_perl>). As a matter of fact none of the -C<local $SIG{FOO}> signals restores the original C handler - read -L<Debugging Signal Handlers -($SIG{FOO})|guide::debug/Debugging_Signal_Handlers___SIG_FOO__> for a debug -technique and a possible workaround. +the original underlying C handler. This was fixed in mod_perl +1.19_01. As a matter of fact none of the C<local $SIG{FOO}> signals +restores the original C handler - read L<Debugging Signal Handlers +($SIG{FOO})|guide::debug/Debugging_Signal_Handlers___SIG_FOO__> for a +debug technique and a possible workaround. =head1 Looking inside the server 1.2 +4 -3 modperl-docs/src/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod Index: mod_perl_tricks.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_perl_tricks.pod 5 Jun 2002 17:39:52 -0000 1.1 +++ mod_perl_tricks.pod 11 Jun 2002 20:24:03 -0000 1.2 @@ -2980,7 +2980,7 @@ Everything I know about CGI.pm (and some things I don't!). John Wiley & Sons, 1998. -Companion Web site at http://www.wiley.com/compbooks/stein/ +Companion Web site at http://www.wiley.com/legacy/compbooks/stein/ =item "Writing Apache Modules in Perl and C" @@ -2990,8 +2990,9 @@ =item WebTechniques Columns -I write a monthly column for WebTechniques magazine. You can find -back-issues and reprints at http://www.web-techniques.com/ +I write a monthly column for WebTechniques magazine (now New +Architect). You can find back-issues and reprints at +http://www.webtechniques.com/ =item The Perl Journal Columns 1.8 +1 -1 modperl-docs/src/download/binaries.pod Index: binaries.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/download/binaries.pod,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- binaries.pod 31 May 2002 02:12:40 -0000 1.7 +++ binaries.pod 11 Jun 2002 20:24:03 -0000 1.8 @@ -23,7 +23,7 @@ and some common modules, so are largish. For more information please read the L<Win32 -Documentation|docs::1.0::os::win32::index> +Documentation|docs::1.0::os::index> =head2 Win32 mod_perl 2.x (BETA)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]