Re: [BUG MP1/MP2] Apache should bail out in case of syntax errors in section

2005-03-10 Thread Philippe M. Chiasson
Dominique Quatravaux wrote: Philippe M. Chiasson a écrit : | I've identified the source of the problem I believe, so can you try | this patch and let me know if it works for you? Works! BTW, your patch was defective but Emacs' diff-mode fixed that in no time. Therefore I'm re-attaching it for the

Re: [BUG MP1/MP2] Apache should bail out in case of syntax errors in section

2005-03-10 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Philippe M. Chiasson a écrit : | I've identified the source of the problem I believe, so can you try | this patch and let me know if it works for you? Works! BTW, your patch was defective but Emacs' diff-mode fixed that in no time. Therefore I'm re-att

Re: [BUG MP1/MP2] Apache should bail out in case of syntax errors in section

2005-03-09 Thread Philippe M. Chiasson
I've identified the source of the problem I believe, so can you try this patch and let me know if it works for you? If so, I'll be working it up a bit more and get it in. Index: src/modules/perl/modperl_cmd.c === --- src/modules/perl/m

Re: [BUG MP1/MP2] Apache should bail out in case of syntax errors in section

2005-03-04 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stas Bekman wrote: | Unfortunately we can't have a test for this, since if the test | suite doesn't start, we have a problem :( There should be a special | small test suite for that I suppose. I've cobbled the following together for this purpose, see be

Re: [BUG MP1/MP2] Apache should bail out in case of syntax errors in section

2005-03-03 Thread Stas Bekman
Dominique Quatravaux wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear mod_perl developpers, A syntactically incorrect section does not prevent Apache from starting. I believe it should. Below is a short httpd.conf to reproduce this: despite the obvious syntax error, Apache starts fine and

[BUG MP1/MP2] Apache should bail out in case of syntax errors in section

2005-03-03 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear mod_perl developpers, A syntactically incorrect section does not prevent Apache from starting. I believe it should. Below is a short httpd.conf to reproduce this: despite the obvious syntax error, Apache starts fine and does not even complain to t