Re: [mp2] httpd.conf Perl block problems

2003-05-29 Thread Geoffrey Young
The first bug is a known one: apparently, recent mod_perls are sensitive to the syntax of the Perl tag: they require a space in it, like this: Perl I hope this is just a bug that hasn't risen to the top of the priority list yet, and that the mod_perl folk don't intend to keep this sytax.

Re: [mp2] httpd.conf Perl block problems

2003-05-29 Thread Warren Young
Geoffrey Young wrote: sensitive to the syntax of the Perl tag: they require a space in it, this is due to a limitation of apache 2.0. there _may_ be a way around it, but probably not any time soon. I can live with that. It's good enough to know that you (plural) aren't thrilled with it,

Re: [mp2] httpd.conf Perl block problems

2003-05-29 Thread Geoffrey Young
+use Apache::Const -compile = qw(OK); Without trying it, I'm sure that line will fix the error I'm seeing. I'd try it, but my RH9 box can't be disturbed at the moment. you will find that you need all the lines in that patch to get it to work - the error you are seeing is just masking others

Re: [mp2] httpd.conf Perl block problems

2003-05-29 Thread Philippe M. Chiasson
On Thu, 2003-05-29 at 05:24, Warren Young wrote: Geoffrey Young wrote: sensitive to the syntax of the Perl tag: they require a space in it, this is due to a limitation of apache 2.0. there _may_ be a way around it, but probably not any time soon. I can live with that. It's good