Re: Perl not allowed here

2004-08-06 Thread Geoffrey Young
> Yup, Apache now starts without errors, but HTML::Mason still doesn't seem > to function. When I get to a .cgi page I get the source on the screen, > instead of what should appear... > > Is there any way I can get this working with apache/mod_perl 2, or should > I settle for version 1? I'm not

Re: Perl not allowed here

2004-08-05 Thread Evert Meulie
-Original Message- From: Stas Bekman <[EMAIL PROTECTED]> To: Evert Meulie <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], "Philippe M. Chiasson" <[EMAIL PROTECTED]> Date: Thu, 05 Aug 2004 11:06:28 -0700 Subject: Re: Perl not allowed here > Evert Meulie wrote:

Re: Perl not allowed here

2004-08-05 Thread Geoffrey Young
Philippe M. Chiasson wrote: > Unless geoff takes this one, I'll take care of it by tomorrow. it's all yours :) --Geoff -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette

Re: Perl not allowed here

2004-08-05 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: Hmm, I think we ought to start with: - PerlModule, PerlRequire, in .htaccess is missing http://marc.theaimsgroup.com/?t=10537008871&r=1&w=2 Owner: geoff sections in .htaccess would be executed on every request, so that's quite DWIM. In oth

Re: Perl not allowed here

2004-08-05 Thread Stas Bekman
Philippe M. Chiasson wrote: Hmm, I think we ought to start with: - PerlModule, PerlRequire, in .htaccess is missing http://marc.theaimsgroup.com/?t=10537008871&r=1&w=2 Owner: geoff sections in .htaccess would be executed on every request, so that's quite DWIM. In other containers, like

Re: Perl not allowed here

2004-08-05 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: [...] Philippe, has the allowed placement of sections changed in mp2? For now, sections are still limited to server scope. I have a patch to open that up to OR_ALL ( .htaccess and all) but I am not sure of exactly what behaviour a user would expect

Re: Perl not allowed here

2004-08-05 Thread Stas Bekman
Philippe M. Chiasson wrote: [...] Philippe, has the allowed placement of sections changed in mp2? For now, sections are still limited to server scope. I have a patch to open that up to OR_ALL ( .htaccess and all) but I am not sure of exactly what behaviour a user would expect from a section in a

Re: Perl not allowed here

2004-08-05 Thread Stas Bekman
Geoffrey Young wrote: out of the container and it will work. Philippe, has the allowed placement of sections changed in mp2? yes. http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105370080722053&w=2 but I'm sure that we have talked about it since then as well. Hmm, I think we ought to star

Re: Perl not allowed here

2004-08-05 Thread Philippe M. Chiasson
Geoffrey Young wrote: out of the container and it will work. Philippe, has the allowed placement of sections changed in mp2? yes. http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105370080722053&w=2 but I'm sure that we have talked about it since then as well. It does make a lot of sense

Re: Perl not allowed here

2004-08-05 Thread Geoffrey Young
> out of the container and it will work. > > Philippe, has the allowed placement of sections changed in mp2? yes. http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105370080722053&w=2 but I'm sure that we have talked about it since then as well. --Geoff -- Report problems: http://per

Re: Perl not allowed here

2004-08-05 Thread Philippe M. Chiasson
Stas Bekman wrote: Evert Meulie wrote: Hi everyone! When trying to start Apache I get: Syntax error on line 376 of /usr/local/apache-freeside/conf/Apache-Freeside.conf: Perl not allowed here The relevant paragraph from Apache-Freeside.conf: PerlModule HTML::Mason AddHandler perl-script .cgi Perl

Re: Perl not allowed here

2004-08-05 Thread Stas Bekman
Evert Meulie wrote: Hi everyone! When trying to start Apache I get: Syntax error on line 376 of /usr/local/apache-freeside/conf/Apache-Freeside.conf: Perl not allowed here The relevant paragraph from Apache-Freeside.conf: PerlModule HTML::Mason AddHandler perl-script .cgi PerlHandler HTML::Mason