stas 2002/12/08 23:22:41 Modified: src/docs/2.0/devel/debug_c/code .debug-modperl-register Log: correct the explanation Revision Changes Path 1.2 +4 -3 modperl-docs/src/docs/2.0/devel/debug_c/code/.debug-modperl-register Index: .debug-modperl-register =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug_c/code/.debug-modperl-register,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .debug-modperl-register 9 Dec 2002 06:47:37 -0000 1.1 +++ .debug-modperl-register 9 Dec 2002 07:22:41 -0000 1.2 @@ -54,9 +54,10 @@ # then continue. # Assuming that 'LoadModule perl_module' is the first LoadModule -# directive in httpd.conf, you need just one 'finish'. If it's not the -# first you need as many 'finish' commands as the number of -# 'LoadModule foo' before perl_module, plus one. +# directive in httpd.conf, you need just one 'continue' after +# 'ap_add_module'. If it's not the first one, you need to add as many +# 'continue' commands as the number of 'LoadModule foo' before +# perl_module, but before setting the 'ap_add_module' bp. # # If mod_perl is compiled statically, everything is already preloaded, # so you can set modperl_* the breakpoints right away
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]