stas 2004/09/18 11:11:18
Modified: todo features_maybe Log: apachectl configtest doesn't test modperl modules unless the interpreter had an early startup Revision Changes Path 1.8 +11 -0 modperl-2.0/todo/features_maybe Index: features_maybe =================================================================== RCS file: /home/cvs/modperl-2.0/todo/features_maybe,v retrieving revision 1.7 retrieving revision 1.8 diff -u -u -r1.7 -r1.8 --- features_maybe 17 Aug 2004 23:36:09 -0000 1.7 +++ features_maybe 18 Sep 2004 18:11:18 -0000 1.8 @@ -2,6 +2,17 @@ # Nice to have features # ######################### +* 'apachectl configtest' will not test perl modules, unless <perl> + section or PerlLoadModule has happeneded to be loaded (since by + default we start perl in the post-config phase. A possible solution + is to try to detect 'apachectl configtest' and force the interpreter + loading during the config phase, so that configtest will actually + work for mp2 too. there is also an opinion that there is no + problem, and configtest just checks the config file syntax. But the + problem is that users might be mislead and think that it tests + modperl too, and when doing a restart it may fail, even though + configtest said it's OK. + * PerlPreConnectionHandler is implemented, but the 'void *csd' arg in the callback is ignored. will require a modification of modperl_callback_run_handlers to pass yet another optional argument.